mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Refactor arc() and ellipse() to use lyon_geom::Arc
This commit is contained in:
parent
455fb18eca
commit
86ad6ed3b8
21 changed files with 55 additions and 151 deletions
|
@ -1,4 +0,0 @@
|
|||
[2d.line.cap.round.html]
|
||||
[lineCap 'round' is rendered correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.twopie.1.html]
|
||||
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.twopie.3.html]
|
||||
[arc() draws a full circle when end = start + 2pi+e and anticlockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arcTo.scale.html]
|
||||
[arcTo scales the curve, not just the control points]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arcTo.shape.curve2.html]
|
||||
type: testharness
|
||||
[arcTo() curves in the right kind of shape]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arcTo.transformation.html]
|
||||
[arcTo joins up to the last subpath point correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.line.cap.round.html]
|
||||
[lineCap 'round' is rendered correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.line.cap.round.worker.html]
|
||||
[lineCap 'round' is rendered correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.twopie.1.html]
|
||||
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.twopie.1.worker.html]
|
||||
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.twopie.3.html]
|
||||
[arc() draws a full circle when end = start + 2pi+e and anticlockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.twopie.3.worker.html]
|
||||
[arc() draws a full circle when end = start + 2pi+e and anticlockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arcTo.scale.html]
|
||||
[arcTo scales the curve, not just the control points]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arcTo.scale.worker.html]
|
||||
[arcTo scales the curve, not just the control points]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arcTo.shape.curve2.html]
|
||||
[arcTo() curves in the right kind of shape]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arcTo.shape.curve2.worker.html]
|
||||
[arcTo() curves in the right kind of shape]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arcTo.transformation.html]
|
||||
[arcTo joins up to the last subpath point correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arcTo.transformation.worker.html]
|
||||
[arcTo joins up to the last subpath point correctly]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue