svg2polylines 0.1.1

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.

Note: Currently the library only supports straight lines, no curves! Also, the path style is completely ignored. Only the path itself is returned.

Minimal required Rust version: 1.13.

FFI bindings for this crate can be found on Github.

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