[Webkit-unassigned] [Bug 130127] New: Nested use of same SVG resource fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 06:53:58 PDT 2014


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

           Summary: Nested use of same SVG resource fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: zimmermann at kde.org


Created an attachment (id=226500)
 --> (https://bugs.webkit.org/attachment.cgi?id=226500&action=review)
Example - passes if you see a circle

An element is filled with a pattern #p1. The element gets masked as well. If this mask makes use of #p1 as well, then it fails.

This is probably a problem with the cycle detection code for SVG resources. For some reason the code detects a cycle even though this is absolutely fine. Creating a second pattern with a different id makes the example work.

The example passes if you see a circle.

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