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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 23:23:51 PDT 2011


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





--- Comment #2 from Ben Wells <benwells at chromium.org>  2011-05-05 23:23:51 PST ---
Outline sides are drawn by GraphicsContext::drawConvexPolygon, with the shouldAntialias flag set false. This works on CG. If I change skia's implementation by adding one line

    paint.setAntiAlias(shouldAntialias);

the artifacts in the corner seams / joins go away. Would this cause any problems with the work you're doing on borders?

-- 
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