diff --git a/crates/path/src/builder.rs b/crates/path/src/builder.rs index bec9741d..cf8426fc 100644 --- a/crates/path/src/builder.rs +++ b/crates/path/src/builder.rs @@ -1140,6 +1140,7 @@ where } /// Implements an SVG-like building interface on top of a PathBuilder. +#[derive(Clone)] pub struct WithSvg { builder: Builder,