[Webkit-unassigned] [Bug 200851] This SVG filter example doesn't work in Safari (feComposite with "atop")

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 17 11:52:54 PDT 2019


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

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
I think the main difference between SVG and CSS filters here is that SVG builds the filter chain at paint time, but CSS builds it at style change time, which is too early because we're still building the render tree at that point.

-- 
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/20190817/f353e730/attachment.html>


More information about the webkit-unassigned mailing list