[
https://issues.apache.org/jira/browse/PDFBOX-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr resolved PDFBOX-2189.
-------------------------------------
Resolution: Fixed
fixed in rev 1607914 for the trunk.
> java.awt.geom.IllegalPathStateException: missing initial moveto in path
> definition
> ----------------------------------------------------------------------------------
>
> Key: PDFBOX-2189
> URL: https://issues.apache.org/jira/browse/PDFBOX-2189
> Project: PDFBox
> Issue Type: Bug
> Components: FontBox
> Affects Versions: 2.0.0
> Reporter: Tilman Hausherr
> Assignee: Tilman Hausherr
> Fix For: 2.0.0
>
> Attachments: 002-002195.pdf
>
>
> I get this with the attached file:
> {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$Float.needRoom(Path2D.java:280)
> at java.awt.geom.Path2D.closePath(Path2D.java:1769)
> {code}
> I missed that one when I fixed PDFBOX-2158. The fix will be to do nothing and
> put out a warning if there's no current point.
--
This message was sent by Atlassian JIRA
(v6.2#6252)