DXFTextParser.java line 110 "if (!complete) {" is wrong. It must "if (complete) {" Otherwise it generates a NumberFormatException "empty string".
Regards Christian Bürckert
Log in to post a comment.