[Webkit-unassigned] [Bug 241577] New: [GPU Process] [Filters] Remove SVGFilterBuilder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 16:36:19 PDT 2022


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

            Bug ID: 241577
           Summary: [GPU Process] [Filters] Remove SVGFilterBuilder
           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

After r295498, all the methods of SVGFilterBuilder became static. So let's remove it and move its methods to SVGFilter.

This change will make SVGFilter and CSSFilter be very similar regarding the layout and the creation. CSSFilter::create() and SVGFilter::create() are responsible of creating the filters. And CSSFilter::calculateOutsets() and SVGFilter::calculateOutsets() can help knowing how much outsets they need to draw correctly.

-- 
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/20220613/74847071/attachment-0001.htm>


More information about the webkit-unassigned mailing list