<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Page not rendered - text is wrong colour"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86388#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Page not rendered - text is wrong colour"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86388">bug 86388</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>It seems to be the colorspace handling and there the lcms integration:
The missing or red painted elements should all be painted in the separation
colorspace "pantone warm gray 7 c". "pantone warm gray 7 c" itself is an icc
based colorspace with lab values input.
So we start i.e. with a color value of 0xff. This is transformed by the
separation colorspace to the lab values (58.8, 3, 6), which still seems to be
okay, but the transformation used on the icc based colorspace transforms it to
rgb value (255,0,0) which is pure red.
Can't really figure out why this happens.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>