mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
canvas: Use vello_cpu as default canvas backend (#38844)
We really want to remove font-kit from dep tree, so this is the first step into removing raqote from servo. While vello_cpu is not perfect replacement, I am confident that we will resolve all issues eventually: https://github.com/servo/servo/issues/38345 (most important ones already have PRs). Reviewable per commit. Testing: Existing WPT tests. Try run: https://github.com/sagudev/servo/actions/runs/17138369290 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
e126f09b25
commit
3dc9184121
109 changed files with 193 additions and 202 deletions
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.arc.scale.1.html]
|
||||
[Non-uniformly scaled arcs are the right shape]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.worker.js.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.worker.js.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.arc.scale.1.worker.html]
|
||||
[Non-uniformly scaled arcs are the right shape]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.scale.2.html]
|
||||
[Highly scaled arcs are the right shape]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.scale.2.worker.html]
|
||||
[Highly scaled arcs are the right shape]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.selfintersect.1.html]
|
||||
[arc() with lineWidth > 2*radius is drawn sensibly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.selfintersect.1.worker.html]
|
||||
[arc() with lineWidth > 2*radius is drawn sensibly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.selfintersect.2.html]
|
||||
[arc() with lineWidth > 2*radius is drawn sensibly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.selfintersect.2.worker.html]
|
||||
[arc() with lineWidth > 2*radius is drawn sensibly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.shape.3.html]
|
||||
[arc() from 0 to -pi/2 does not draw anything in the wrong quadrant]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.shape.3.worker.html]
|
||||
[arc() from 0 to -pi/2 does not draw anything in the wrong quadrant]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.shape.4.html]
|
||||
[arc() from 0 to -pi/2 draws stuff in the right quadrant]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[2d.path.arc.shape.4.worker.html]
|
||||
[arc() from 0 to -pi/2 draws stuff in the right quadrant]
|
||||
expected: FAIL
|
||||
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.rect.selfintersect.html]
|
||||
[OffscreenCanvas test: 2d.path.rect.selfintersect]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.worker.js.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.worker.js.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.rect.selfintersect.worker.html]
|
||||
[2d]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.stroke.scale2.html]
|
||||
[Stroke line widths are scaled by the current transformation matrix]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.worker.js.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.worker.js.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.stroke.scale2.worker.html]
|
||||
[Stroke line widths are scaled by the current transformation matrix]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue