diff --git a/glow/src/image.rs b/glow/src/image.rs index c32b2162..521a01e7 100644 --- a/glow/src/image.rs +++ b/glow/src/image.rs @@ -192,7 +192,7 @@ impl Pipeline { } #[cfg(not(feature = "svg"))] - layer::Image::Vector { handle: _, bounds } => (None, bounds), + layer::Image::Vector { bounds, .. } => (None, bounds), }; unsafe {