[][src]Function svg_to_lines::svg::svg_curve::points_from_path_segments

pub fn points_from_path_segments(
    path_segments: impl Iterator<Item = PathSegment>
) -> impl Iterator<Item = LineTo>