[Webkit-unassigned] [Bug 150557] [GTK] If two adjacent sides for the <fieldset> element have EXACTLY the same color defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 02:22:09 PST 2015


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at igalia.com

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
When rendering the border, if the bottom and left edges have the same style, GraphicsContext::clipConvexPolygon() is called with antialiased = false. This is why it only happens when two adjacent side share the color. The problem seems to be a cairo bug when antialias is set to NONE. It seems it generates the wrong clip polygon. Not changing the cairo antialias in GraphicsContext::clipConvexPolygon() fixes the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151106/004da39c/attachment.html>


More information about the webkit-unassigned mailing list