Skip to content

Commit

Permalink
Fix PathBuffer::clear not clearing its path list
Browse files Browse the repository at this point in the history
  • Loading branch information
manpat authored and nical committed May 15, 2024
1 parent f633c4e commit e346be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/path/src/path_buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ impl PathBuffer {
pub fn clear(&mut self) {
self.points.clear();
self.verbs.clear();
self.paths.clear();
}

#[inline]
Expand Down

0 comments on commit e346be5

Please sign in to comment.