[Webkit-unassigned] [Bug 16183] SVG doesn't support rgba colors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 01:29:17 PST 2007


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |HasReduction




------- Comment #2 from eric at webkit.org  2007-11-29 01:29 PDT -------
I think we currently have some ASSERTs in debug mode to catch when a color
value has an alpha component, since we don't currently add any alpha from the
color into our calculations.

To fix this, we would have to re-enable rgba parsing for the SVG color parsing
path, and then get rid of those asserts. It might "just work" with the code as
is, since GraphicsContext knows how to handle color values in RGBA.

SVG 1.1 only talks about handling RGB values, since opacity and
stroke-opacity/fill-opacity are generally the ways to handle alpha.  However I
can see that those coming from the HTML/CSS world would expect this type of
functionality, so we should add it.


-- 
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