[webkit-reviews] review requested: [Bug 11987] ASSERT while loading SVG map : [Attachment 12051] fix

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Dec 26 19:55:20 PST 2006


Eric Seidel <macdome at opendarwin.org> has asked	for review:
Bug 11987: ASSERT while loading SVG map
http://bugs.webkit.org/show_bug.cgi?id=11987

Attachment 12051: fix
http://bugs.webkit.org/attachment.cgi?id=12051&action=edit

------- Additional Comments from Eric Seidel <macdome at opendarwin.org>
The bug was that invalid colors were sneaking through the SVG CSS code (they
still are) and tripping an assert down in the SVG painting code.  Now we're
catching invalid colors in the SVGPaintServer code and defaulting back to no
color.	Better would be to catch the invalid colors in the CSS code, but that
would have been a much larger code change.



More information about the webkit-reviews mailing list