The library can be used to create charts, graphs, graphics, etc.
Here are some key features of "pySVG":
· Basic shapes (Circle, Ellipse, Rectangle, Line, Polygon, Polyline, Path)
· Text
· Containers (g-element)
· Style attributes (Stroke (stroke, strokewidth), Filling (fill, fill-opacity, fill-rule), Font (font-family, font-size, font-style, font-weight))
· Transform (in groups)
Requirements:
· Python 2.5.1 or higher
What's New in This Release: [ read full changelog ]
· Added kwargs to make life a bit easier when instantiating objects
· Added dropshadows (contributed by Bastian)
· Added patterns
· Added turtle graphics
· Added clip element
· Added use element
· Added some methods to get size/edge points or move an element (depends on element)
· Implemented feMergeNode subclassing
· Added filterprimitiveswithin
· Setfilter had wrong parameter
· Corrected intendation
· Documentation corrected