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 #13861 - https://icesoft.my.salesforce.com/5007000001drq13
Description
With the provided PDF file, there are a few images in the second and third pages that aren't rendered. There are no errors/exceptions in the logs to indicate a root cause of the issue.
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.1.3 [ 13086 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49183 | Thu Sep 08 16:37:48 MDT 2016 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java
|
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49492 | Tue Nov 08 10:47:25 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 ] |
This is wonderfully simply layed out PDF. The problem is actually a regression related to a few changes make for blending mode support. Adding back code that sets of the alpha value before we paint xform images fixes the issue.