tofutim / svg

A Python SVG parser and drawing module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG parser library

This is a SVG parser library written in Python.

Capabilities:

  • Parse SVG XML
  • apply any transformation (svg transform)
  • Explode SVG Path into basic elements (Line, Bezier, ...)
  • Interpolate SVG Path as a series of segments
  • Able to simplify segments given a precision using Ramer-Douglas-Peucker algorithm

Not (yet) supported:

  • SVG Path Arc ('A')
  • Non-linear transformation drawing (SkewX, ...)

License: GPLv2+

About

A Python SVG parser and drawing module

License:GNU General Public License v2.0


Languages

Language:Python 100.0%