[
https://issues.apache.org/jira/browse/PDFBOX-5636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745259#comment-17745259
]
Timo Boehme commented on PDFBOX-5636:
-------------------------------------
LGTM - in respect to optimization and under the assumption that phase typically
will be < sum2 one could spare some CPU cycles:
{code:java}
phase += (-phase < sum2) ? sum2 : (Math.floor(-phase / sum2) + 1) * sum2; {code}
> Implement PDF 2.0 dash phase clarification
> ------------------------------------------
>
> Key: PDFBOX-5636
> URL: https://issues.apache.org/jira/browse/PDFBOX-5636
> Project: PDFBox
> Issue Type: Improvement
> Components: Rendering
> Affects Versions: 2.0.29
> Reporter: Tilman Hausherr
> Assignee: Tilman Hausherr
> Priority: Minor
> Fix For: 2.0.30, 3.0.0 PDFBox
>
>
> Implement clarification of PDF 2.0 when dash phase is negative
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]