Hey guys wondering, if you are using Adobe CS3 and do you think, if there are other alternatives to CS3. Would you recommend CS3 or wait for something else.
Hey guys wondering, if you are using Adobe CS3 and do you think, if there are other alternatives to CS3. Would you recommend CS3 or wait for something else.
If you are looking for a software for SVG icon creation, I can recommend the free Inkscape: http://www.inkscape.org/
But there are (at least ;-) ) three pitfalls:
- You have to save the SVG as 'plain' not as 'Inkscape' file.
- Convert all objexts to paths.
- The viewbox attribute has to be added manually, e.g. using a text editor. See: http://www.forum.nokia.com/document/..._attribute.htm for details.
You can then use the SVG2SVGT tool to optimize the SVG files for S60. (I think it's contained in the S60 3rd SDK, but not sure about that.)
HTH Martin