Function reverse_subpath

Source
fn reverse_subpath(start_pt: Point, els: &[PathEl], reversed: &mut BezPath)
Expand description

Helper for reversing a subpath.

The els parameter must not contain any MoveTo or ClosePath elements.