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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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.