[Webkit-unassigned] [Bug 49866] New: Assert hit in WebCore::invalidateResourcesOfChildren in SVGRenderSupport.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 20 09:33:28 PST 2010


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

           Summary: Assert hit in WebCore::invalidateResourcesOfChildren
                    in SVGRenderSupport.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rwlbuis at gmail.com
                CC: zimmermann at kde.org, mdelaney at apple.com


The following testcase triggers this 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>

Though this unusual SVG, I am pretty sure it is valid.
Cheers,

Rob.

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