[Webkit-unassigned] [Bug 202826] New: Outsets for referenced SVG filters are always zero

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 10 14:38:33 PDT 2019


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

            Bug ID: 202826
           Summary: Outsets for referenced SVG filters are always zero
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 380688

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

test case

Open the attached test case.

Result: A blurred green rectangle.
Expected: A solid green rectangle.

In the test case, there is an 800x800 <div> element filled with "background-color: green;". An SVG filter applied to this <div> with the effect: "<fegaussianblur stdDeviation="100">". This filtered element is transformed by: "translate(-300px, -300px)" and it is placed inside another container 100x100 <div> whose "overflow: hidden;". So the container element shows only the rectangle { location = { 300, 300 }, size = { 100, 100 } } of the filtered element. This means none of the filter blurred pixels should be shown.

-- 
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/20191010/bf1931f7/attachment-0001.html>


More information about the webkit-unassigned mailing list