mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Implement IsPointInPath
This commit is contained in:
parent
2af23dc061
commit
789a90a82f
23 changed files with 71 additions and 128 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.arc.html]
|
||||
type: testharness
|
||||
[isPointInPath() works on arcs]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.basic.1.html]
|
||||
type: testharness
|
||||
[isPointInPath() detects whether the point is inside the path]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.basic.2.html]
|
||||
type: testharness
|
||||
[isPointInPath() detects whether the point is inside the path]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.bezier.html]
|
||||
type: testharness
|
||||
[isPointInPath() works on Bezier curves]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.bigarc.html]
|
||||
type: testharness
|
||||
[isPointInPath() works on unclosed arcs larger than 2pi]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.edge.html]
|
||||
type: testharness
|
||||
[isPointInPath() counts points on the path as being inside]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.empty.html]
|
||||
type: testharness
|
||||
[isPointInPath() works when there is no path]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.nonfinite.html]
|
||||
type: testharness
|
||||
[isPointInPath() returns false for non-finite arguments]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.outside.html]
|
||||
type: testharness
|
||||
[isPointInPath() works on paths outside the canvas]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.subpath.html]
|
||||
type: testharness
|
||||
[isPointInPath() uses the current path, not just the subpath]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.transform.1.html]
|
||||
type: testharness
|
||||
[isPointInPath() handles transformations correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.transform.3.html]
|
||||
type: testharness
|
||||
[isPointInPath() handles transformations correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.unclosed.html]
|
||||
type: testharness
|
||||
[isPointInPath() works on unclosed subpaths]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.isPointInPath.winding.html]
|
||||
type: testharness
|
||||
[isPointInPath() uses the non-zero winding number rule]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue