Tilman Hausherr created PDFBOX-2189: ---------------------------------------
Summary: 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 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)