Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.3.2
-
Fix Version/s: 6.3.3
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Support Case References:Support Case 14500:- https://icesoft.my.salesforce.com/5000g000027q0gd
Description
Not sure how I haven't seen this before but the line in question that isn't being displayed has a hard line thickness of 0 which is well invisible. There is a note in the PDF spec that states:
A line width of 0 shall denote the thinnest line that can be rendered at device resolution: 1 device pixel wide.
We can pretty easily compensate for the given CTM scale and specify a none zero stroke that should show up at most zoom levels.
A line width of 0 shall denote the thinnest line that can be rendered at device resolution: 1 device pixel wide.
We can pretty easily compensate for the given CTM scale and specify a none zero stroke that should show up at most zoom levels.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #53128 | Wed Dec 11 21:24:43 MST 2019 | patrick.corless | account current CTM scale when picking a 'thin' line. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/util/content/AbstractContentParser.java
|