script: Implement enough 2D canvas support to render basic SVGs such as the tiger.

This commit is contained in:
Patrick Walton 2015-02-22 12:35:52 -05:00 committed by Josh Matthews
parent 287f390c4a
commit 55a0ee6ec7
28 changed files with 419 additions and 181 deletions

View file

@ -1,5 +0,0 @@
[2d.getcontext.shared.html]
type: testharness
[getContext(\'2d\') returns objects which share canvas state]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.type.extend.html]
type: testharness
[Interface methods can be added]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.type.prototype.html]
type: testharness
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.type.replace.html]
type: testharness
[Interface methods can be overridden]
expected: FAIL

View file

@ -1,5 +0,0 @@
[initial.reset.different.html]
type: testharness
[Changing size resets canvas to transparent black]
expected: FAIL

View file

@ -1,5 +0,0 @@
[initial.reset.same.html]
type: testharness
[Setting size (not changing the value) resets canvas to transparent black]
expected: FAIL

View file

@ -1,5 +0,0 @@
[initial.reset.transform.html]
type: testharness
[Resetting the canvas state resets the current transformation matrix]
expected: FAIL