Bug 67915 - [skia] Dashed/Dotted borders not as nice as on CG
Summary: [skia] Dashed/Dotted borders not as nice as on CG
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-11 18:56 PDT by Ben Wells
Modified: 2013-04-09 13:07 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.