Bug 163235 - [Win][Direct2D] Implement dashed and dotted border line drawing
Summary: [Win][Direct2D] Implement dashed and dotted border line drawing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: All Windows 10
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks: 161817
  Show dependency treegraph
 
Reported: 2016-10-10 12:52 PDT by Brent Fulgham
Modified: 2016-10-10 14:12 PDT (History)
3 users (show)

See Also:


Attachments
Patch (16.05 KB, patch)
2016-10-10 12:58 PDT, Brent Fulgham
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2016-10-10 12:52:38 PDT
The initial D2D implementation did not support setting dash or dotted border styles. This patch honors the presence of these drawing directions.

This patch improves support for a number of tests in the "fast/borders" directory.
Comment 1 Brent Fulgham 2016-10-10 12:58:00 PDT
Created attachment 291146 [details]
Patch
Comment 2 Brent Fulgham 2016-10-10 14:02:22 PDT
Committed r207020: <http://trac.webkit.org/changeset/207020>