[ 
https://issues.apache.org/jira/browse/PDFBOX-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14384309#comment-14384309
 ] 

Tilman Hausherr commented on PDFBOX-2728:
-----------------------------------------

Sorry... the risks of not having a test file...

I'm changing the return type of getCurrentPoint() from Point2D.Float to Point2D 
because the current cast from double to float including a "new" slows down 
processing if the point exists. The cast to float is needed only in 
CurveToReplicateInitialPoint. The best is that now I don't even have to check 
for null pointer.

[~Macs75] tell me if it works this time.

> java.awt.geom.IllegalPathStateException: missing initial moveto in path 
> definition
> ----------------------------------------------------------------------------------
>
>                 Key: PDFBOX-2728
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2728
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 2.0.0
>            Reporter: Massimo Franzoni
>            Assignee: Tilman Hausherr
>             Fix For: 2.0.0
>
>
> I get this exception :
> {code}
> java.awt.geom.IllegalPathStateException: missing initial moveto in path 
> definition
>       at java.awt.geom.Path2D$Float.needRoom(Path2D.java:280)
>       at java.awt.geom.Path2D.closePath(Path2D.java:1769)
>       at org.apache.pdfbox.rendering.PageDrawer.closePath(PageDrawer.java:693)
>       at 
> org.apache.pdfbox.contentstream.operator.graphics.ClosePath.process(ClosePath.java:35)
>       at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:788)
>       at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:454)
>       at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:425)
>       at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:398)
>       at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:164)
>       at org.apache.pdfbox.rendering.PageDrawer.drawPage(PageDrawer.java:164)
>       at 
> org.apache.pdfbox.rendering.PDFRenderer.renderPage(PDFRenderer.java:213)
> {code}
> similar to PDFBOX-2189.
> I can't include the PDF file for privacy reason but I think a similar 
> solution applied for the other bug could fix this problem too



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to