[Webkit-unassigned] [Bug 5972] SVGs are not drawn colormatched

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 24 06:18:27 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=5972





------- Comment #9 from macdome at opendarwin.org  2007-01-24 06:18 PDT -------
sRGB is just the default colorspace for SVG colors.  The current behavior is to
use whatever the device color space is (thus no color matching) which means
that your bitmap image and SVG colors don't look the same.   If we were
actually to support this, you could change the default profile using
@color-profile or <color-profile>.  See http://www.w3.org/TR/SVG/color.html


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list