Hi, can anyone point me to an example of an svg image file that can be successfully displayed in Diablo?<br><br>I&#39;ve tried several, including the example svg file from <a href="http://en.wikipedia.org/wiki/Svg">http://en.wikipedia.org/wiki/Svg</a>.&nbsp; Attempting to display them in image viewer leads to an error message claiming the file is corrupt, whereas they can be displayed fine on my Ubuntu desktop.&nbsp; Attempting to load them in mono using GDK:<br>
<br>Gdk.Pixbuf pxbf = new Gdk.Pixbuf(&quot;test.svg&quot;);<br><br>also fails with a similar error on the tablet, but not on the desktop.&nbsp; On the tablet, there is an entry for svg in /etc/gtk-2.0/gdk-pixbuf.loaders, and the library &quot;/usr/lib/gtk-2.0/2.10.0/loaders/libsvg_loader.so&quot;, to which that entry points, does exist.<br>
<br>Ranen<br>