Remove alpha from tests
diff --git a/sparse_strips/vello_cpu/snapshots/glyphs_skewed_unskewed.png b/sparse_strips/vello_cpu/snapshots/glyphs_skewed_unskewed.png
index 0defa84..06b5344 100644
--- a/sparse_strips/vello_cpu/snapshots/glyphs_skewed_unskewed.png
+++ b/sparse_strips/vello_cpu/snapshots/glyphs_skewed_unskewed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:fb1b6720440c9f1e4db16fca0af745455553035d8974003bd1540b01ec3d0846
-size 2187
+oid sha256:2122d66c7ace30548cf1b6e9a4e9ead05984fa88e1650db996e3f0bbdec6c73b
+size 2279
diff --git a/sparse_strips/vello_cpu/snapshots/glyphs_skewed_unskewed_unhinted.png b/sparse_strips/vello_cpu/snapshots/glyphs_skewed_unskewed_unhinted.png
index 6efde36..880caaf 100644
--- a/sparse_strips/vello_cpu/snapshots/glyphs_skewed_unskewed_unhinted.png
+++ b/sparse_strips/vello_cpu/snapshots/glyphs_skewed_unskewed_unhinted.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4b6ded32cf72b532d28e24323df56a868e14597226c8b78ef2114473ec88933e
-size 2323
+oid sha256:6d3cb5bf9c8c938477bb7ef3d96a011d0c00a554d051474e4d37ebf5f05233ab
+size 2439
diff --git a/sparse_strips/vello_cpu/tests/glyph.rs b/sparse_strips/vello_cpu/tests/glyph.rs
index 227c198..f8bf723 100644
--- a/sparse_strips/vello_cpu/tests/glyph.rs
+++ b/sparse_strips/vello_cpu/tests/glyph.rs
@@ -155,7 +155,7 @@
Affine::translate((0., f64::from(font_size)))
* Affine::skew(-20_f64.to_radians().tan(), 0.),
);
- ctx.set_paint(REBECCA_PURPLE.with_alpha(0.5).into());
+ ctx.set_paint(REBECCA_PURPLE.into());
ctx.glyph_run(&font)
.font_size(font_size)
.glyph_transform(Affine::skew(20_f64.to_radians().tan(), 0.))
@@ -175,7 +175,7 @@
Affine::translate((0., f64::from(font_size)))
* Affine::skew(-20_f64.to_radians().tan(), 0.),
);
- ctx.set_paint(REBECCA_PURPLE.with_alpha(0.5).into());
+ ctx.set_paint(REBECCA_PURPLE.into());
ctx.glyph_run(&font)
.font_size(font_size)
.glyph_transform(Affine::skew(20_f64.to_radians().tan(), 0.))