-167
DESCRIPTION.rst
-167
DESCRIPTION.rst
···
+86
-5
README.md
+86
-5
README.md
···-This is a Python 3 library for programmatically generating SVG images (vector drawings) and rendering them or displaying them in an iPython notebook.+A Python 3 library for programmatically generating SVG images (vector drawings) and rendering them or displaying them in an iPython notebook.Most common SVG tags are supported and others can easily be added by writing a small subclass of `DrawableBasicElement` or `DrawableParentElement`.+An interactive Jupyter widget, `drawSvg.widgets.DrawingWidget`, is included that can update drawings based on mouse events.···+···+···+···++
example1.png
examples/example1.png
example1.png
examples/example1.png
example1.svg
examples/example1.svg
example1.svg
examples/example1.svg
example2.png
examples/example2.png
example2.png
examples/example2.png
example2.svg
examples/example2.svg
example2.svg
examples/example2.svg
example3.png
examples/example3.png
example3.png
examples/example3.png
example3.svg
examples/example3.svg
example3.svg
examples/example3.svg
example4.png
examples/example4.png
example4.png
examples/example4.png
example4.svg
examples/example4.svg
example4.svg
examples/example4.svg
examples/example5.gif
examples/example5.gif
This is a binary file and will not be displayed.
examples/example6.gif
examples/example6.gif
This is a binary file and will not be displayed.
+13
-8
setup.py
+13
-8
setup.py
···-description = 'This is a Python 3 library for programmatically generating SVG images (vector drawings) and rendering them or displaying them in an iPython notebook.',+description = 'A Python 3 library for programmatically generating SVG images (vector drawings) and rendering them or displaying them in an iPython notebook.',···