I need to be able to draw SVG images (with the ability to scale, and rotate the images by 90,180 and 270 degrees).
I also want the ability of instead of rendering the images to a bitmap (e.g. for displaying), to be able to draw them into a new SVG image (exporting the "document" to SVG).
wxWidgets does not seem to have any built in SVG capabilities, so I'm not sure how to proceed on adding such functionality.