summaryrefslogtreecommitdiff
path: root/tests/typeset.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typeset.rs')
-rw-r--r--tests/typeset.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs
index d431abfe..7e7fb463 100644
--- a/tests/typeset.rs
+++ b/tests/typeset.rs
@@ -452,7 +452,6 @@ fn draw_geometry(canvas: &mut Canvas, pos: Point, _: &Env, element: &Geometry) {
let y = pos.y.to_pt() as f32;
let mut paint = Paint::default();
-
match &element.fill {
Fill::Color(c) => match c {
typst::color::Color::Rgba(c) => paint.set_color_rgba8(c.r, c.g, c.b, c.a),