| commit | 6107ea5d4142152087c4155b2876443a93fec7d2 | [log] [tgz] |
|---|---|---|
| author | Laurenz Stampfl <laurenz.stampfl+github@gmail.com> | Thu Aug 28 09:33:33 2025 +0200 |
| committer | Laurenz Stampfl <laurenz.stampfl+github@gmail.com> | Thu Aug 28 09:33:33 2025 +0200 |
| tree | 732ac393d7ea741f7212bc894e61efb799efde10 | |
| parent | 70d4980cf2f58f3683396d5c6b9aa3910e904a0f [diff] |
Increase diff pixels
diff --git a/sparse_strips/vello_sparse_tests/tests/basic.rs b/sparse_strips/vello_sparse_tests/tests/basic.rs index 24aa330..4ce25e1 100644 --- a/sparse_strips/vello_sparse_tests/tests/basic.rs +++ b/sparse_strips/vello_sparse_tests/tests/basic.rs
@@ -415,7 +415,7 @@ ctx.pop_layer(); } -#[vello_test] +#[vello_test(diff_pixels = 1)] fn stroke_scaled(ctx: &mut impl Renderer) { let mut path = BezPath::new(); path.move_to((0.0, 0.0));