svg2polylines 0.5.2

Convert SVG data to a list of polylines (aka polygonal chains or polygonal paths).
Documentation

Convert an SVG file to a list of polylines (aka polygonal chains or polygonal paths).

This can be used e.g. for simple drawing robot that just support drawing straight lines and liftoff / drop pen commands.

Flattening of Bézier curves is done using the Lyon library.

Note: Currently the path style is completely ignored. Only the path itself is returned.

Minimal supported Rust version: 1.31 (Rust 2018).

FFI bindings for this crate can be found on Github.

You can optionally get serde 1 support by enabling the serde feature.