Editing Inkscape SVG files with Python?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Sep 23 18:53:43 EDT 2012


I have some SVG files generated with Inkscape containing many text blocks 
(over 100). I wish to programmatically modify those text blocks using 
Python. Is there a library I should be using, or any other guidelines or 
advice anyone can give me?

Googling for "python inkscape" comes up with too many hits for Inkscape's 
plugin system to be much help to me.


Thanks in advance.


-- 
Steven



More information about the Python-list mailing list