adjust test
diff --git a/sparse_strips/vello_sparse_tests/snapshots/filter_and_clip_combined_layer.png b/sparse_strips/vello_sparse_tests/snapshots/filter_and_clip_combined_layer.png index cd66446..c77d0a5 100644 --- a/sparse_strips/vello_sparse_tests/snapshots/filter_and_clip_combined_layer.png +++ b/sparse_strips/vello_sparse_tests/snapshots/filter_and_clip_combined_layer.png
@@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:790da30fdd2364dbc27da475bfab143c4711ca07b9172c8d798c8a5b910a0222 +oid sha256:67399e356d84645e89fed4d612799d2d44904b52db8cace7ce857fe8a26eacb8 size 103
diff --git a/sparse_strips/vello_sparse_tests/tests/filter.rs b/sparse_strips/vello_sparse_tests/tests/filter.rs index cf31009..427b730 100644 --- a/sparse_strips/vello_sparse_tests/tests/filter.rs +++ b/sparse_strips/vello_sparse_tests/tests/filter.rs
@@ -1430,7 +1430,7 @@ #[vello_test(skip_multithreaded)] fn filter_and_clip_combined_layer(ctx: &mut impl Renderer) { let filter = Filter::from_primitive(FilterPrimitive::Offset { dx: 5.0, dy: 5.0 }); - let clip = Rect::new(15.0, 15.0, 85.0, 85.0).to_path(0.1); + let clip = Rect::new(25.0, 25.0, 75.0, 75.0).to_path(0.1); ctx.push_layer(Some(&clip), None, None, None, Some(filter)); ctx.set_paint(BLUE);