Bug 163235

Summary: [Win][Direct2D] Implement dashed and dotted border line drawing
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, pvollan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: Windows 10   
Bug Depends on:    
Bug Blocks: 161817    
Attachments:
Description Flags
Patch achristensen: review+

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>