mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Canvas: added arc().
This commit is contained in:
parent
7cd776b74f
commit
c98bca6130
12 changed files with 19 additions and 47 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.angle.1.html]
|
||||
type: testharness
|
||||
[arc() draws pi/2 .. -pi anticlockwise correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.angle.2.html]
|
||||
type: testharness
|
||||
[arc() draws -3pi/2 .. -pi anticlockwise correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.angle.3.html]
|
||||
type: testharness
|
||||
[arc() wraps angles mod 2pi when anticlockwise and end > start+2pi]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.angle.4.html]
|
||||
type: testharness
|
||||
[arc() draws a full circle when clockwise and end > start+2pi]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.angle.5.html]
|
||||
type: testharness
|
||||
[arc() wraps angles mod 2pi when clockwise and start > end+2pi]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.angle.6.html]
|
||||
type: testharness
|
||||
[arc() draws a full circle when anticlockwise and start > end+2pi]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.default.html]
|
||||
type: testharness
|
||||
[arc() with missing last argument defaults to clockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.scale.1.html]
|
||||
type: testharness
|
||||
[Non-uniformly scaled arcs are the right shape]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue