[Webkit-unassigned] [Bug 47682] SVG: Assert in invalidateResourcesOfChildren() (SVGRenderSupport.cpp)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 20 09:39:54 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=47682





--- Comment #4 from Rob Buis <rwlbuis at gmail.com>  2010-11-20 09:39:53 PST ---
A more reduced testcase that hits the assert:

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect id="rect" x="0" y="100" width="50" height="50" fill="white" mask="url(#mask4)"/> 
<defs>
     <mask id="mask4">
    </mask>
</defs>
</svg>

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



More information about the webkit-unassigned mailing list