Contents

drawsvg 2.2.0

0

A Python 3 library for programmatically generating SVG (vector) images and animations. Drawsvg can

A Python 3 library for programmatically generating SVG (vector) images and animations. Drawsvg can also render to PNG, MP4, and display your drawings in Jupyter notebook and Jupyter lab.

Stars: 423, Watchers: 423, Forks: 54, Open Issues: 9

The cduck/drawsvg repo was created 5 years ago and the last code push was 10 hours ago.
The project is popular with 423 github stars!

How to Install drawsvg

You can install drawsvg using pip

pip install drawsvg

or add it to a project with poetry

poetry add drawsvg

Package Details

Author
Casey Duckering
License
Homepage
https://github.com/cduck/drawsvg
PyPi:
https://pypi.org/project/drawsvg/
GitHub Repo:
https://github.com/cduck/drawsvg

Classifiers

No  drawsvg  pypi packages just yet.

Errors

A list of common drawsvg errors.

Code Examples

Here are some drawsvg code examples and snippets.

GitHub Issues

The drawsvg package has 9 open issues on GitHub

  • Add doc about advanced text features
  • Add ForeignObject
  • save_png and save_svg produce different images
  • text rendering issues - inkscape as optional renderer?
  • Mismatch between view in notebook and Inkscape

See more issues on GitHub

Related Packages & Articles

dtale 3.3.0

Web Client for Visualizing Pandas Objects

plotly 5.15.0

An open-source, interactive data visualization library for Python

svgwrite code examples

These python code examples will show you how to use the svgwrite module to generate svg images.