Hi,
I’m looking for an easy way to import and use vectorbased images (such as wmf or svg) and use that images as sprites.
The problem is not the sprite part…it’s the import part. I have been looking at the open source based project to use SVG i Java (batik) but as far as I understand, the batik API is only for viewing SVG, convert SVG to other formats or transfering Java2D to SVG.
Does anyone have any idea?