[Webkit-unassigned] [Bug 70471] Seaming on border corners with mixed colour alpha borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 21:34:13 PDT 2011


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





--- Comment #2 from Ben Wells <benwells at chromium.org>  2011-10-19 21:34:13 PST ---
Yes, with dashed / dotted we clip out the polygon (which uses anti-aliasing), with the others we just use drawConvexPolygon with the border side shape. I have a simple fix for this to clip out if there is transparency but need to do some more testing first.

Skia draws polygons slightly differently when antialiasing is off (less pixels are drawn), which is why it doesn't happen with skia.

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