I'm looking for a component to render SVG files in .Net Compact Framework (preferably 2.0) with the possibility to rotate and scale the image.
DXF would also be an alternative but SVG would be preferred.
Does anyone know of a component able to do this? Or have any recommendation on how to implement it?
At the moment I'm leaning toward just reading the SVG and rendering it with Piccolo2D but an easier solution would be preferred.