[
https://issues.apache.org/jira/browse/PDFBOX-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139517#comment-14139517
]
John Hewson edited comment on PDFBOX-2359 at 9/18/14 9:16 PM:
--------------------------------------------------------------
Commenting out the calls to graphics.setClip in PageDrawer gives the same
result for the rightmost rectangle, so that rules out clipping. That rectangle
is shaded though.
I tried replacing the shading paint with Color.GREEN and the problem remains. I
also tried disabling anti-aliasing but that made it slightly worse. It's
definitely a pixel-rounding error somewhere - it could be the differences
between Java 2D's scan line algorithm and PDF's which we've noticed recently.
was (Author: jahewson):
Commenting out the calls to graphics.setClip in PageDrawer gives the same
result for the rightmost rectangle, so that rules out clipping. That rectangle
is shaded though.
> Lines show on top of image
> --------------------------
>
> Key: PDFBOX-2359
> URL: https://issues.apache.org/jira/browse/PDFBOX-2359
> Project: PDFBox
> Issue Type: Bug
> Components: Rendering
> Affects Versions: 2.0.0
> Reporter: simon steiner
> Attachments: 3.pdf
>
>
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage
> 3.pdf
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)