[Webkit-unassigned] [Bug 58711] Dashed/Dotted borders should stroke around the inside of a rounded rect to avoid rendering issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 05:52:59 PDT 2011


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





--- Comment #2 from Ben Wells <benwells at chromium.org>  2011-08-22 05:53:00 PST ---
Another cause of problems with dotted and dashed borders is that dashes / dots from other edges can end up getting drawn. The dashes are painted around the whole outer path with the clip area ensuring only the current edge is painted, however dashes and dots from other edges can still end up getting drawn in the region, creating weird effects. 

This can be seen in the top two cases in the last attachment, particularly on the right border.

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