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
|
@ -1,4 +1,4 @@
|
|||
[colr-glyph-composition.html]
|
||||
expected:
|
||||
if subsuite == "": FAIL
|
||||
if subsuite == "": PASS
|
||||
if subsuite == "vello_canvas": FAIL
|
||||
|
|
6
tests/wpt/meta/html/canvas/element/manual/image-smoothing/imagesmoothing.html.ini
vendored
Normal file
6
tests/wpt/meta/html/canvas/element/manual/image-smoothing/imagesmoothing.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[imagesmoothing.html]
|
||||
[Test that image smoothing is actually on by default and just the attribute value.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that image smoothing works when imageSmoothingEnabled is set to true]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue