Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.4, 5.0.0 alpha1, 5.0
-
Component/s: Viewer RI
-
Labels:None
-
Environment:Ubuntu 11.04, Java 1.7
Description
I have this document that is not rendered correctly. I'm attaching the pdf and screenshots of how it's rendered by ICEPdfViewer and Acrobat Viewer.
Activity
Migration
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31483 | Mon Oct 15 16:00:05 MDT 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-4.3.3/icepdf/core/src/org/icepdf/core/pobjects/graphics/GraphicsState.java
MODIFY /icepdf/branches/icepdf-4.3.3/icepdf/core/src/org/icepdf/core/pobjects/graphics/TilingPattern.java |
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Andrea Vacondio [ torakiki ] |
Migration
made changes -
Fix Version/s | 4.5 [ 10342 ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0 [ 10314 ] | |
Fix Version/s | 4.5 [ 10342 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0.0 alpha1 [ 10676 ] |
Patrick Corless
made changes -
Fix Version/s | 4.4 [ 10670 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The PDF in question is using a pattern paint to draw various form widgets on the screen. The pattern definition has a step that is significantly larger then the bounding box of the tile pattern and as a result this is why we are seeing so many tiles. Strangely this is the only sample I have that uses a step that is different then the bounding box.