Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.1
-
Fix Version/s: 6.1.2
-
Component/s: Colour, Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13762 - https://icesoft.my.salesforce.com/5007000001aVlLr
Description
The PDF that has been provided contains header blocks, text, and text areas which should be rendered in blue. These are not displaying which cases information to not be rendered.
It turns out this is a long standing bug with our function 0 calculator. Our currently implementation always assumes we are using 8 bits per sample where the spec stats that it can be 1,2, 4, 8, 16 or 32. The fill colour in question is using a Separation colour space with a function 0 tintTranform that uses a 16 bits per sample and those we where calculating the wrong colour. I touched up the calculation and we are now generating the correct fill colour.