[Webkit-unassigned] [Bug 172338] SVG mask is not applied as a group effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 23:59:18 PDT 2018


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

--- Comment #7 from Jan Bösenberg <jan.boesenberg at incors.com> ---
Another argument for fixing this bug (besides this being a bug) is that a fix would probably improve performance considerable for more complex SVGs that make use masks.

Currently WebKit applies the mask on each shape or path in the element's subtree, while the correct implementation first flattens the subtree and then applies the mask on the resulting graphics, which obvioulsy is much faster if many shapes or paths exist in the subtree.

-- 
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/20180820/cfab233a/attachment.html>


More information about the webkit-unassigned mailing list