I use Inkscape to create a SVG from a GIF. The I use the SVG2SVGT program in the S60 SDK to convert it to a SVG tiny. However, when I use py2sis on my .py program I always wind up with the default Python snakes icon. Am I doing something wrong? Is there a detailed guide how to create an icon for SIS files?
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.0"
width="44"
height="39"
id="svg2440">
<defs
id="defs2443" />
<image
xlink:href="C:\Documents and Settings\MyPC\Favorites\Desktop\Logo.gif"
x="0"
y="0"
width="44"
height="39"
id="image2449" />
</svg>

Reply With Quote
I never thought something as simple as making an icon could wind up into being such a pain in the...



