pySVG meets Trundle, the turtle

by By: Kerim in natural | pysvg | python

My python pySVG just got a mate named Trundle the turtle (named after a turtle in my kids english school book). For a while now I haven't coded much for pySVG. I had a lot of requests and emails ...

pySVG.setVersion('0.2.0')

by By: Kerim in pysvg | python

I just updated pySVG to 0.2.0 skipping some four 0.0.1s in the process. Go and grab it either as zip directly or take a look at the current repository.

I rewrote most of the class hierarchy ...

pySVG.version()+=0.0.1

by By: Kerim in pysvg | python

"Creating svg with python was never easier" ... would be nice to be able to use that slogan once on pySVG. Well ... someday i guess ;-)

I included a (somewhat better ?) support for paths now, but i am not really happy with ...

Creating SVG with python

by By: Kerim in pysvg | python

pySVG is a pure Python library to create SVG documents. I originally created it to have a generic graphics format supported in my (still unfinished) natural library.

I just made a small release (0.1.0) for the public. Feel ...