Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.1
-
Fix Version/s: 6.2.2
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #14020 - https://icesoft.my.salesforce.com/5007000001hGdZr
Description
In the provided PDF file, there is some content that is rendering black. The content looks to be a flow chart. No errors are seen in the logs.
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.2.2 [ 13097 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #50368 | Fri Feb 03 11:10:55 MST 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #50369 | Fri Feb 03 12:42:04 MST 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 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The underlying issue was an extremely large stoking width calculation. We've seen this a couple times in the past, it appears the values being specified is illegal but it seems simply enough to make some stroke adjustments to fix the issue.