SVG rendering with Python

Chris Lambacher chris at kateandchris.net
Thu Dec 15 14:05:21 EST 2005


You might be able to use AGG (anti grain geometry) to do svg to raster image
conversion.  I think there are python bindings for AGG.  I know matplotlib
uses AGG, but not for SVG rendering.

-Chris
On Wed, Dec 14, 2005 at 10:59:17PM +0100, Dennis Benzinger wrote:
> Hi!
> 
> Does anybody know of a SVG rendering library for Python?
> 
> Bye,
> Dennis
> -- 
> http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list