From 266fb9f27b4f32fca4e53d9fc1478bc737d906d4 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Sat, 30 Mar 2024 19:14:29 +0100 Subject: [PATCH] Revert CI failure --- src/util/helper.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/helper.rs b/src/util/helper.rs index ba88ec26..d7f632c8 100644 --- a/src/util/helper.rs +++ b/src/util/helper.rs @@ -1,5 +1,6 @@ use pdf_writer::types::{BlendMode, LineCapStyle, LineJoinStyle, MaskType}; use pdf_writer::{Content, Name, Rect}; +#[cfg(feature = "image")] use usvg::Size; use usvg::{LineCap, LineJoin, NonZeroRect, Transform};