[Webkit-unassigned] [Bug 174157] [GTK][WPE] border-radius with non visible border doesn't work on images that have their own RenderLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 12 05:55:03 PDT 2017


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

--- Comment #1 from Miguel Gomez <magomez at igalia.com> ---
I've been trying to implement the complicated fix, which means clipping the image during the composition stage, using a rounded rect as the clipping shape. I managed to implement the rounded rect clipping using the stencil, but I realized that this solution is not performing antialiasing to the clip, which means that I need to take a different path, and it will take some time.

In the meanwhile, as this is a bit of a blocker for scenarios, I'll provide the easy fix, which means that the images won't be directly composited when they have a border-radius property. They will be rendered with cairo instead.

-- 
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/20170712/7c1cb52e/attachment.html>


More information about the webkit-unassigned mailing list