Skip to content

Commit e64c61a

Browse files
committed
Add a snapshot_test
1 parent 9de67ae commit e64c61a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

vello_tests/tests/snapshot_test_scenes.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ fn snapshot_deep_blend() {
8282
snapshot_test_scene(test_scene, params);
8383
}
8484

85+
#[test]
86+
#[cfg_attr(skip_gpu_tests, ignore)]
87+
fn snapshot_clipped_blend() {
88+
let test_scene = test_scenes::clipped_blend();
89+
let params = TestParams::new("clipped_blend", 400, 400);
90+
snapshot_test_scene(test_scene, params);
91+
}
92+
8593
#[test]
8694
#[cfg_attr(skip_gpu_tests, ignore)]
8795
fn snapshot_gradient_extend() {

0 commit comments

Comments
 (0)