Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.1, 5.1.2
-
Fix Version/s: 6.0
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13335 - https://icesoft.my.salesforce.com/50070000014usqC
Description
With the provided PDF file, there are some arrow icons that are displayed shifted to the right when compared with Adobe.
Activity
Arran Mccullough
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44490 | Mon Apr 13 14:42:13 MDT 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/AbstractPageViewComponent.java
MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/annotations/PopupAnnotationComponent.java |
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.2 [ 10970 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44557 | Thu Apr 23 10:02:16 MDT 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/viewer/src/org/icepdf/ri/common/views/annotations/PopupAnnotationComponent.java
MODIFY /icepdf/branches/icepdf-5.0.1/icepdf/viewer/src/org/icepdf/ri/common/views/AbstractPageViewComponent.java |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This issue is related to composite TrueType glyphs and an issue with how we handle the x and y translation data stored in the glyphData. The bug issue seems to be related to the fact that we capture the translation data bu never apply it when we are building out the geometric shapes and final shape.
Did a few touch ups and the glyphs as we as many others samples are now rendering correctly.