Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.3
-
Fix Version/s: 6.2
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Support Case References:Support Case #13979 - https://icesoft.my.salesforce.com/5007000001gNspT
Description
A client has sent in new example of the dash array issue that is causing Java2d a segment fault. We have seen this in the past the case examples have only contains two item dash arrays. The PDF in question has the following definitions:
0.0 [3.8085938, 76203.805]
0.0 []
0.0 [133354.4, 177804.4, 4.445312, 177804.4]
0.0 [5.714844, 114305.7]
0.0 [133354.4, 177804.4, 4.445312, 177804.4]
0.0 [5.714844, 114305.7]
The probably is related to the 4.4 and 4.7 values. These values appear not to have been scaled to PDF space are causing the segment fault. If the values are multiplied by 1000 we get the correct values. The trick however is how to detect the error when encountered.
0.0 [3.8085938, 76203.805]
0.0 []
0.0 [133354.4, 177804.4, 4.445312, 177804.4]
0.0 [5.714844, 114305.7]
0.0 [133354.4, 177804.4, 4.445312, 177804.4]
0.0 [5.714844, 114305.7]
The probably is related to the 4.4 and 4.7 values. These values appear not to have been scaled to PDF space are causing the segment fault. If the values are multiplied by 1000 we get the correct values. The trick however is how to detect the error when encountered.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Arran Mccullough
made changes -
Support Case References | Support Case #13979 - https://icesoft.my.salesforce.com/5007000001gNspT |
Patrick Corless
made changes -
Fix Version/s | 6.1.4 [ 13090 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |