wanglunhui2012 commented on PR #322: URL: https://github.com/apache/poi/pull/322#issuecomment-1094025234
@kiwiwings In my case, `org.apache.poi.hwmf.draw.HwmfGraphics#draw(Shape)` will call `graphicsCtx.draw(shape);`, but this will take too long time, `HwmfLineDash lineDash = ps.getLineDash();` return `HwmfLineDash.USERSTYLE`, if don't deal it, it work very well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
