Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1
-
Fix Version/s: 6.1.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case #13706 - https://icesoft.my.salesforce.com/5007000001ZJXW7
Description
The PDF in question contains a external graphic state dictionary with he following value <</ca 100>>. The problem here is that a /ca value should be defined in range of 0->1.0. We have code that takes the 100 value and divides by 255 which is a common process for colour values.
When the division happens we get a 0.39 transparency and the rendering of the graphics looks light. I think its safe to say the division/conversion code should be used for /ca and /CA values.
This looks like an issue with the iPaper.Net encoder but I think we can fix this without to many regressions.
When the division happens we get a 0.39 transparency and the rendering of the graphics looks light. I think its safe to say the division/conversion code should be used for /ca and /CA values.
This looks like an issue with the iPaper.Net encoder but I think we can fix this without to many regressions.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48525 | Thu Mar 17 15:55:18 MDT 2016 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/GraphicsState.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48524 | Thu Mar 17 15:54:36 MDT 2016 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/graphics/GraphicsState.java
|