Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1
-
Component/s: Core/Parsing, Core/Rendering
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case #13676 - https://icesoft.my.salesforce.com/5007000001YHKs0
Description
The file in question has several address boxes that uses a tiling pattern to fill the background. Do to a rendering failure the background is painted black and the text cannot be seen.
The rendering error happens because of multiple failure points. The first issue is that the tilling pattern size is less then 1x1 which Java can't draw which we have fall back code to paint the current fill color which is black. If we for the image to draw we get a black image with white spots.
This is because the image is flagged as an image mask. This is the first time we've seen an inline image that is defined as an image mask. As it's a bit strange to have such a property as where to we apply the mask and to what color?
Further work is needed to figure out how we should be handing the inline image mask. If this is an urgent issue we can remove the fill colour code that is painting black as this would be more inline with the specification.
The rendering error happens because of multiple failure points. The first issue is that the tilling pattern size is less then 1x1 which Java can't draw which we have fall back code to paint the current fill color which is black. If we for the image to draw we get a black image with white spots.
This is because the image is flagged as an image mask. This is the first time we've seen an inline image that is defined as an image mask. As it's a bit strange to have such a property as where to we apply the mask and to what color?
Further work is needed to figure out how we should be handing the inline image mask. If this is an urgent issue we can remove the fill colour code that is painting black as this would be more inline with the specification.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion