You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/07/26 14:04:38 UTC

[jira] [Created] (PDFBOX-2243) java.lang.IllegalArgumentException: negative dash phase

Tilman Hausherr created PDFBOX-2243:
---------------------------------------

             Summary: java.lang.IllegalArgumentException: negative dash phase
                 Key: PDFBOX-2243
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2243
             Project: PDFBox
          Issue Type: Bug
          Components: Parsing
    Affects Versions: 1.8.6, 1.8.7, 2.0.0
            Reporter: Tilman Hausherr
            Assignee: Tilman Hausherr
             Fix For: 1.8.7, 2.0.0


I get this exception with the attached file:
{code}
java.lang.IllegalArgumentException: negative dash phase
        at java.awt.BasicStroke.<init>(Unknown Source)
        at org.apache.pdfbox.rendering.PageDrawer.getStroke(PageDrawer.java:691)

        at org.apache.pdfbox.rendering.PageDrawer.strokePath(PageDrawer.java:707
)
        at org.apache.pdfbox.util.operator.graphics.StrokePath.process(StrokePat
h.java:36)
        at org.apache.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:564)
{code}

The reason is this:
{code}
[2.88 2.88 2.88 2.88 2.88 2.88 2.88 2.88 ]-2407.142 d
{code}
It doesn't make sense to have a negative dash phase start, so I will adjust negative numbers to 0 and put out a warning.



--
This message was sent by Atlassian JIRA
(v6.2#6252)