Add comment
diff --git a/sparse_strips/vello_cpu/tests/clip.rs b/sparse_strips/vello_cpu/tests/clip.rs index 613f83a..b9db8f5 100644 --- a/sparse_strips/vello_cpu/tests/clip.rs +++ b/sparse_strips/vello_cpu/tests/clip.rs
@@ -261,6 +261,8 @@ #[test] fn clip_with_opacity() { + // Main body of the shape should be RGB 127, 127, 127. Anti-aliased part should be + // 191, 191, 191. let mut ctx = get_ctx(100, 100, false); let clip_rect = Rect::new(10.5, 10.5, 89.5, 89.5); ctx.clip(&clip_rect.to_path(0.1));