[Webkit-unassigned] [Bug 230636] border-radius clipping stops working when using mix-blend-mode with composted children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 13:22:21 PDT 2021


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

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This happens because isolatesCompositedBlending() changes the behavior of composited clipping from using a single clipping layer for descendants (which knows how to do border-radius clipping) to using an "ancestor clip layer" on each descendant, which does not. See RenderLayerCompositor::clipsCompositingDescendants().

-- 
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/20210922/0da5bc35/attachment.htm>


More information about the webkit-unassigned mailing list