[Webkit-unassigned] [Bug 12059] SVG colors have two separate parsing paths (one CSS and one SVGColor::setRGBColor)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 23:51:51 PDT 2007


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





------- Comment #7 from rwlbuis at gmail.com  2007-08-19 23:51 PDT -------
Hi Sam,

(In reply to comment #3)
> in RGBA32 CSSParser::parseColor(const String& string, bool strict)
> 
> +    parseColor(color, string, strict);
> +    return color;
> 
> Is it okay to ignore the return boolean of parseColor here? 

Well, the old behaviour returned transparent color (all 0) but still valid
color unless a color was found, I am emulating that behaviour here.
Cheers,

Rob.


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