Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 6.1.2
-
Fix Version/s: 6.4
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:6.1.3 RC3
-
Support Case References:Support Case #13915 - https://icesoft.my.salesforce.com/5007000001esiar
Description
In the provided PDF file, the background image is rendered faded or very light compared to the rendering with Adobe.
The front graphic uses a layering technique to make the gradient transition at the lower corner of the image. In this particular circumstance we don't support the effect and apply a generic transparency to the whole shape. The shape is a white rectangle that should have had a gradient smask applied to it.
The PostScript code that does the painting of the first gradient is in a BX ... EX block which defines an compatibility section. We can potentially ignore the commands in this block and if we do the PDF's main image renders correctly but without the gradient pattern in the lower corner.