Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.1
-
Fix Version/s: 6.1.2
-
Component/s: Colour
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13795 - https://icesoft.my.salesforce.com/5007000001bjNYu
Description
With the provided PDF files, some of the text/content should be rendered in magenta but are instead rendered black.
This took a while to track down but it turns out that our ICCBased colour space class was making some incorrect assumptions about min and max values that colour components should be bound by. The old code was just using 0 and 1 but we should be looking at the min and max values as defines by the colourspace's range values.