Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.1
-
Fix Version/s: 4.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:-
Description
Implement section 4.6.2 of the the PDF specification.
Activity
Tyler Johnson
created issue -
Tyler Johnson
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000C2Fk3] |
Tyler Johnson
made changes -
Attachment | Seegmiller+isting-input-res_53650.pdf [ 12317 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22022 | Mon Jul 26 10:08:29 MDT 2010 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/util/ContentParser.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/TilingPattern.java MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/Shapes.java MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/Stream.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22023 | Mon Jul 26 10:18:29 MDT 2010 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/util/ContentParser.java
|
Patrick Corless
made changes -
Fix Version/s | 4.1 [ 10227 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22030 | Tue Jul 27 05:09:50 MDT 2010 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/Resources.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/TilingPattern.java |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Spent a couple days on this as it seems to come up often enough from our support group. As far as I can tell it is working correctly. I did have some problems with patterns that hat a matrix containing a shear as pattern paint in Java doesn't support an affine transform for the paint type. I got around the problem by extending the tile around the centre tile. The bbox clip takes care of any painting issue and the end result is consistent with what acorbat renders.
There is still an issue with uncoloured pattern paints not working perfectly but I'll need to get more examples to figure out what is going wrong. Over all very happy with the speed and quality of the pattern renderings.