Bug 67915

Summary: [skia] Dashed/Dotted borders not as nice as on CG
Product: WebKit Reporter: Ben Wells <benwells>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: jamesr, kbr, mikelawther, reed, schenney, senorblanco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ben Wells 2011-09-11 18:56:27 PDT
Dashed / dotted borders are drawn differently on skia to CG. In particular the dashes and dots start in different places. The border rendering code tries to optimize where the dashes / dots are, but this doesn't seem to work as well on skia.

Test fast/borders/borderRadiusDashed06.html shows this problem well.