Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.2
-
Fix Version/s: 6.1.3
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support case #13843 - https://icesoft.my.salesforce.com/5007000001dL35B
Description
In the provided PDF file, there is a graph which has dots (plot points) rendered in the background of the graph. These dots are rendered as lines with ICEpdf.
Issue Links
- is duplicated by
-
PDF-966 Rendering PDF causes JRE crash
- Closed
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.1.3 [ 13086 ] |
Patrick Corless
made changes -
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49141 | Tue Aug 30 14:07:25 MDT 2016 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49487 | Tue Nov 08 10:29:52 MST 2016 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Another corner case for the small dash line definition. It would appear that java2d seems to have trouble with any dash array less then 0.05 units. Rather then trying to readjust the dash phase I just null it and the everything seems to out out nicely. My guess is that the program or author using the creation tool is writing out dashed line for a solid line but using a very small dash array which would give the same effect as a solid line.