[Webkit-unassigned] [Bug 11987] ASSERT while loading SVG map
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 26 19:55:21 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11987
macdome at opendarwin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #12051| |review?
Flag| |
Status|NEW |ASSIGNED
AssignedTo|webkit- |macdome at opendarwin.org
|unassigned at lists.webkit.org |
------- Comment #1 from macdome at opendarwin.org 2006-12-26 19:55 PDT -------
Created an attachment (id=12051)
--> (http://bugs.webkit.org/attachment.cgi?id=12051&action=view)
fix
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.
--
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.
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list