[Webkit-unassigned] [Bug 245510] backdrop-filter: url(#some-svg-filter) doesn't work with SVG filters like feDisplacementMap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 31 07:05:01 PDT 2023


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

loren.brichter at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |loren.brichter at gmail.com

--- Comment #4 from loren.brichter at gmail.com ---
SVG color matrix filters as backdrop-filters don't seem to work either?

e.g. defining
    <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0">
        <filter id="matrix-test">
            <feColorMatrix type="matrix" 
                values="1 0 0 0 0
                        0 0 0 0 0
                        0 0 0 0 0
                        0 0 0 1 0">
            </feColorMatrix>
        </filter>
    </svg>

and setting
    -webkit-backdrop-filter: url(#matrix-test);
    backdrop-filter: url(#matrix-test);

works in firefox, brave, chrome, etc, but not Safari.

-- 
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/20230331/9ee1ef87/attachment.htm>


More information about the webkit-unassigned mailing list