-
Notifications
You must be signed in to change notification settings - Fork 9
Python module to generate SVG files
petercollingridge/DrawSVG
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python module to create SVG files. Add to /usr/lib/python2.7/ for easy use. Draw a basic rectangle: from DrawSVG import SVG mySVG = SVG() mySVG.addChildElement('rect', {'x':20, 'y':20, 'width':60, 'height':20}) mySVG.write('test.svg') For more information, see the wiki: https://github.com/petercollingridge/DrawSVG/wiki
About
Python module to generate SVG files
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published