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:
Hyowon Kim 2015-06-05 14:54:45 +09:00
parent ad5846f2e1
commit 5bbfb42e90
5 changed files with 53 additions and 34 deletions

View file

@ -1,5 +0,0 @@
[2d.gradient.interpolate.zerosize.stroke.html]
type: testharness
[Canvas test: 2d.gradient.interpolate.zerosize.stroke]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.gradient.interpolate.zerosize.strokeRect.html]
type: testharness
[Canvas test: 2d.gradient.interpolate.zerosize.strokeRect]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.gradient.object.compare.html]
type: testharness
[Canvas test: 2d.gradient.object.compare]
expected: FAIL