You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/linebender/vello/actions)
9
+
10
+
</div>
11
+
12
+
This is a development only crate for testing the sparse_strip renderers across a corpus of reference
13
+
images:
14
+
- cpu
15
+
- wgpu
16
+
- wasm32 WebGL
17
+
18
+
## Testing WebGL on the Browser
19
+
20
+
To run the `vello_sparse_tests` suite on WebGL headless:
21
+
22
+
```
23
+
wasm-pack test --headless --chrome --features webgl
24
+
```
25
+
26
+
To debug the output images in webgl, run the same command without `--headless`. Any tests that fail
27
+
will have their diff image appended to the bottom of the page.
0 commit comments