[Webkit-unassigned] [Bug 93144] New: [SVG] Clip paths referencing clip-paths do not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 11:00:40 PDT 2012


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

           Summary: [SVG] Clip paths referencing clip-paths do not work
           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: schenney at chromium.org
                CC: zimmermann at kde.org


Created an attachment (id=156420)
 --> (https://bugs.webkit.org/attachment.cgi?id=156420&action=review)
Test case

The SVG spec says:

The ‘clipPath’ element or any of its children can specify property ‘clip-path’.
If a valid ‘clip-path’ reference is placed on a ‘clipPath’ element, the resulting clipping path is the intersection of the contents of the ‘clipPath’ element with the referenced clipping path.
If a valid ‘clip-path’ reference is placed on one of the children of a ‘clipPath’ element, then the given child element is clipped by the referenced clipping path before OR'ing the silhouette of the child element with the silhouettes of the other child elements.

This is a mild contradiction, in that the clip-path property is not defined to apply to clipPath elements. However, Firefox does the expected thing.

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