Cross-platform svg support

2005-09-02 Thread Tor Lillqvist
Eugene Morozov writes: > Unfortunately, there's no support for SVG in win32 version of GTK. There is precisely as much "support" for SVG in GTK on Win32 as there is on X11 (Unix): None. The "support" on Unix comes from an independently developed dynamically loaded module, that is registerd in th

Cross-platform svg support

2005-08-20 Thread Eugene Morozov
Hello! I'm writing crossplatform pygtk application. It should run at least on linux and win32 platforms. My application heavily uses SVG graphics. Unfortunately, there's no support for SVG in win32 version of GTK. Does anyone know if there's svg pixbuf loader for win32? Thanks in advance, Eugene