Hi,
I have a lot of SVG files and want to load them and render them as BufferedImage (with transparent background) to be used as sprites. How do I do this?
I’ve read about the Batik project but didn’t find any good examples on how to do it.
I know I can convert SVG to GIF or PNG with various tools but I want to do the conversion on startup (to support different resolutions).
Any ideas or experience on this?