Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.3
-
Component/s: Core/Parsing, Core/Rendering
-
Labels:None
-
Environment:any
-
Support Case References:
Description
Two test files have come in from a client that contain a band of margin text that is rendered inverted.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3 [ 13093 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51795 | Mon Jul 31 10:35:47 MDT 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java
|
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51796 | Mon Jul 31 12:24:14 MDT 2017 | patrick.corless | creation of |
Files Changed | ||||
ADD
/icepdf/tags/icepdf-6.2.5_1177
|
Patrick Corless
made changes -
Support Case References | https://icesoft.my.salesforce.com/5000g00001lc4np?srPos=0&srKp=500 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51803 | Mon Jul 31 13:37:27 MDT 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/util/content/AbstractContentParser.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The issue is related to how we apply the tz text scalling token. We have spends some in the past on a similar problem but the new test cases as show that we should applying the scale to the y value of the text transform as well.
Once this small change was make the two test documents render correctly as did one other document in our QA set.