svg2pts

Install latest/stable of svg2pts

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install svg2pts

Don't have snapd? Get set up for snaps.

Channel Version Published

Command line program to convert an SVG to points.

Converts the paths in a SVG to a list of points. Paths are interoplated into a set of points.

  • Paths can be sampled at set distances.

  • Composable in a Unix style

  • Fast performance.

    svg2pts 0.1.3 Converts all paths in a svg to a list of points. Paths with no stroke nor fill are ignored. Output is a sequence of points, X Y\n.

    USAGE: svg2pts [OPTIONS] [ <input> [<output>] ]

    FLAGS: -h, --help Prints help information

    OPTIONS: -a, --accuracy <accuracy> Set target accuracy for bezier curve [default: 0.1] -d, --distance <distance> Set target distance between points, depends on DPI of SVG. If distance == 0.0 point distance not normalized. [default: 0.0]

    ARGS: <input> Input SVG file, stdin if not present <output> Output file, stdout if not present

Details for svg2pts

License
  • MIT

Last updated
  • 5 March 2020 - latest/stable

Websites

Share this snap

Generate an embeddable card to be shared on external websites.


Install svg2pts on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using svg2pts

Users by distribution (log)

Ubuntu 22.04
Ubuntu 23.10

Is there a problem with svg2pts? Report this app