![](https://secure.gravatar.com/avatar/eb3fe37da4a199eb4e3b479d8a57f808.jpg?s=120&d=mm&r=g)
On Mon, 2005-01-03 at 10:44, Kees Cook wrote:
All I can do right now in the Gtkmm code is have GTK+ load each icon separately based on filename and have it automagically rendered via librsvg where ever its required according to the StockID it's associated with.
Is that just temporary? I thought we wanted to use Inkscape's renderer. If you're going to do something temporarily, I would recommend writing a quick hack to inkscape to export all the icons from icons.svg into separate png files and just use those until your tree is merged.
In principle what we should probably do is pre-render them at the required sizes using our own renderer, populating a custom IconFactory. I'm against using librsvg for reasons that have already been mentioned, but I think we should be using the IconFactory stuff to the extent possible without it.
-mental