[Webkit-unassigned] [Bug 138551] Border-radius does not clip a composited descendant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 6 16:20:35 PST 2015


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

--- Comment #22 from Byungseon Shin <sun.shin at lge.com> ---
Comment on attachment 243862
  --> https://bugs.webkit.org/attachment.cgi?id=243862
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=243862&action=review

>> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:2059
>> +    m_layer->setMask(nullptr);
> 
> This makes me wonder whether this new code plays nicely with masks (-webkit-mask etc). Have you tried masks and non-uniform rounded corners on the same element?

This code for clearing caMaskLayer of child(descendants)ClippingLayer, so it does not related with mask Layer itself. 
Yes, I have verified this code works well with non-uniform rounded corner and with mask layers.

-- 
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/20150107/ac337b4d/attachment-0002.html>


More information about the webkit-unassigned mailing list