python3-svg.path

SVG path objects and parser for Python3
  https://github.com/regebro/svg.path
  0
  no reviews



In SVG (Scalable Vector Graphics), paths are used to draw simple or compounded shape outlines. svg.path is a collection of objects that implement the path commands in SVG (Line, Arc, QuadraticBezier, CubicBezier), and a parser for SVG path definitions.

This package contains the modules for Python3.