[Webkit-unassigned] [Bug 232413] New: [GPU Process] Introduce FilterFunction and make it the base class of Filter and FilterEffect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 17:30:35 PDT 2021


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

            Bug ID: 232413
           Summary: [GPU Process] Introduce FilterFunction and make it the
                    base class of Filter and FilterEffect
           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

CSSFilter is composed of a sequence of <filter-function>. It can be defined as:

filter: <filter-function> [<filter-function>]* | none

The <filter-function> can be 'blur', 'brightness', ... etc. Or it can be 'url("filters.svg#filter-id")'. See https://developer.mozilla.org/en-US/docs/Web/CSS/filter.

So it make sense to introduce the same kind of layering in the filters code.

-- 
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/20211028/d07eab65/attachment.htm>


More information about the webkit-unassigned mailing list