pub fn walk_along_path<Iter>(
path: Iter,
start: f32,
tolerance: f32,
pattern: &mut dyn Pattern,
)where
Iter: IntoIterator<Item = PathEvent>,Expand description
Walks along the path staring at offset start and applies a Pattern.