[Webkit-unassigned] [Bug 60342] [chromium] Skia: Visible corner seam artifacts painting CSS outline property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 00:28:14 PDT 2011


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





--- Comment #3 from Ben Wells <benwells at chromium.org>  2011-05-06 00:28:14 PST ---
The GraphicsContext::drawConvexPolygon is also used when drawing borders and changing it also changes how borders are drawn. In particular seams in borders between two colors no longer use anti-aliasing. 

The old border code in RenderBoxModelObject (defined out by PATH_BASED_BORDER_RADIUS_DRAWING) always calls drawConvexPolygon with shouldAntialias off. 

This is why there is a difference in test css2.1/t0805-c5516-brdr-c-00-a.html noted in bug 41311.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list