Bug 163241 - [Win][Direct2D] Correct Radial Gradient Bug
Summary: [Win][Direct2D] Correct Radial Gradient Bug
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: PC All
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks: 161817
  Show dependency treegraph
 
Reported: 2016-10-10 14:11 PDT by Brent Fulgham
Modified: 2016-10-10 15:13 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.41 KB, patch)
2016-10-10 14:21 PDT, Brent Fulgham
darin: 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 14:11:55 PDT
This patch corrects a bug in the definition of Direct2D gradients that prevented several radial gradient tests from drawing properly:

fast/gradients/css-radial-gradients.html
fast/gradients/css-radial-gradients2.html
fast/gradients/css-radial-gradients3.html
Comment 1 Brent Fulgham 2016-10-10 14:21:12 PDT
Created attachment 291164 [details]
Patch
Comment 2 Brent Fulgham 2016-10-10 15:13:29 PDT
Committed r207028: <http://trac.webkit.org/changeset/207028>