pub fn walk_along_path<Iter>(path: Iter, start: f32, pattern: &mut dyn Pattern)
where Iter: Iterator<Item = PathEvent>,
Expand description

Walks along the path staring at offset start and applies a Pattern.