
On Sat, 2004-05-08 at 22:07, Kees Cook wrote:
On Sat, May 08, 2004 at 09:05:44PM -0700, Kees Cook wrote:
Extension: svg Input->open calling Implementation... Implementation extension/internal/gdkpixbuf-input.cpp open called
Ah-ha! I'm wrong... it's the wrong extension. I renamed the gdk one, and here's what I'm seeing on an open...
Ah, okay. Basically what is happening is that autodetect is using the GDK SVG open instead of the internal Inkscape one. (which is a bad thing). And the reason that I can't see it on my machine is that GTK+ 2.4 with SVG is broken, so I don't have an SVG loader. Cool, nice job debugging that one! Thanks.
I think I'm going to fix it by just not using the GDK SVG loader - does anyone see a reason that they'd want an SVG rendered by rsvg as a bitmap in their graphic?
--Ted