Bug 131114 - [Win] Enable CANVAS_PATH feature
Summary: [Win] Enable CANVAS_PATH feature
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks: 97333
  Show dependency treegraph
 
Reported: 2014-04-02 11:23 PDT by Brent Fulgham
Modified: 2014-04-02 12:59 PDT (History)
0 users

See Also:


Attachments
Patch (11.96 KB, patch)
2014-04-02 12:54 PDT, Brent Fulgham
dino: 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 2014-04-02 11:23:14 PDT
As is all too often the case, no one ever activated this feature on Windows. I only noticed it because a number of tests fail due to missing functionality.
Comment 1 Brent Fulgham 2014-04-02 12:54:22 PDT
Created attachment 228413 [details]
Patch
Comment 2 Brent Fulgham 2014-04-02 12:54:49 PDT
Enabling this feature corrects the following tests:
fast/canvas/canvas-clip-path.html
fast/canvas/canvas-fill-path.html
fast/canvas/canvas-path-addPath.html
fast/canvas/canvas-path-isPointInPath.html
fast/canvas/canvas-path-isPointInStroke.html
fast/canvas/canvas-stroke-path.html
Comment 3 Brent Fulgham 2014-04-02 12:59:11 PDT
Committed r166660: <http://trac.webkit.org/changeset/166660>