diff --git a/crates/path/src/builder.rs b/crates/path/src/builder.rs index baa62498..f00fcb73 100644 --- a/crates/path/src/builder.rs +++ b/crates/path/src/builder.rs @@ -961,6 +961,7 @@ impl PathBuilder for Flattened { fn begin(&mut self, at: Point, attributes: Attributes) -> EndpointId { self.current_position = at; + self.prev_attributes.copy_from_slice(attributes); self.builder.begin(at, attributes) }