Command line utility to convert the paths in a SVG to a list of points. All paths in the SVG is converted into a list of points curve interpolation is controlled by command line arguments.
Using cargo:
sh
cargo install svg2pts
This will make the svg2pts binary available in your cargo binary directory; usually ~/.cargo/bin
.
```text svg2pts 0.1.0 Converts all paths in a svg to a list of points.
USAGE: svg2pts [OPTIONS] [ARGS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-a, --accuracy
ARGS: Input SVG file, stdin if not present
### SVG converted to points with distance 1.5
### SVG converted to points with distance 3.5
### SVG converted to points without normalized distance