mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Replace fill_color and stroke_color with fill_style and stroke_style in CanvasContextState.
The fillStyle and strokeStyle attributes can be either strings(color), CanvasGradients, or CanvasPatterns.
This commit is contained in:
parent
ad5846f2e1
commit
5bbfb42e90
5 changed files with 53 additions and 34 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.gradient.interpolate.zerosize.stroke.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.gradient.interpolate.zerosize.stroke]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.gradient.interpolate.zerosize.strokeRect.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.gradient.interpolate.zerosize.strokeRect]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.gradient.object.compare.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.gradient.object.compare]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue