On Mon, 2009-02-09 at 20:08 -0800, Krzysztof Kosiński wrote:
OK, I have started to work on Inkscape themability. The first task will be to separate the icons from icons.svg into separate files. I put the first portion of icons in share/icons/hicolor/scalable.
Does anyone know whether Gdk-Pixbuf on Windows supports SVG? If it did, it would make everything easier, but if it doesn't, it just means I'll need to create some PNG renders.
You might be interested in these two videos http://blip.tv/file/1075329 http://blip.tv/file/1077148
Here the guy uses a Ruby script to automate rendering of all the PNGs out of a larger SVG canvas.
We're doing something very similar (but in Python) for our icon rendering on the Lumiera project. This script is called as part of our build process. You can see my script here: http://www.lumiera.org/gitweb?p=LUMIERA;a=blob;f=admin/render-icon.py;h=0f9c...