[Webkit-unassigned] [Bug 201992] New: Chained filters do not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 10:32:29 PDT 2019


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

            Bug ID: 201992
           Summary: Chained filters do not work
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: zimmermann at kde.org

Created attachment 379146

  --> https://bugs.webkit.org/attachment.cgi?id=379146&action=review

sag-filter-href

Open the attached test case.

Result: One green rectangle.
Expected: Two green rectangles.

The first rectangle is a <rect> element with a filter whose id is "filter". This filter is drawn correctly. The second rectangle is a <rect> element also but with a chained filter. The chained filter is defined as "<filter id="chained" href="#filter"/>". This chained filter does not work as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190919/bd724da6/attachment.html>


More information about the webkit-unassigned mailing list