Refactor arc() and ellipse() to use lyon_geom::Arc

This commit is contained in:
pylbrecht 2020-02-19 15:29:04 +01:00
parent 455fb18eca
commit 86ad6ed3b8
21 changed files with 55 additions and 151 deletions

View file

@ -1,4 +0,0 @@
[2d.line.cap.round.html]
[lineCap 'round' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arc.twopie.1.html]
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arc.twopie.3.html]
[arc() draws a full circle when end = start + 2pi+e and anticlockwise]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arcTo.scale.html]
[arcTo scales the curve, not just the control points]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.path.arcTo.shape.curve2.html]
type: testharness
[arcTo() curves in the right kind of shape]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arcTo.transformation.html]
[arcTo joins up to the last subpath point correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.round.html]
[lineCap 'round' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.round.worker.html]
[lineCap 'round' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arc.twopie.1.html]
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arc.twopie.1.worker.html]
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arc.twopie.3.html]
[arc() draws a full circle when end = start + 2pi+e and anticlockwise]
expected: FAIL

View file

@ -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

View file

@ -1,4 +0,0 @@
[2d.path.arcTo.scale.html]
[arcTo scales the curve, not just the control points]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arcTo.scale.worker.html]
[arcTo scales the curve, not just the control points]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arcTo.shape.curve2.html]
[arcTo() curves in the right kind of shape]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arcTo.shape.curve2.worker.html]
[arcTo() curves in the right kind of shape]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arcTo.transformation.html]
[arcTo joins up to the last subpath point correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.path.arcTo.transformation.worker.html]
[arcTo joins up to the last subpath point correctly]
expected: FAIL