views:

272

answers:

1

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.

+1  A: 

I don't know of any SVG components for .NETCF, but there is a component for using DXF files in the Compact Framework.

tomlog
Sadly this component is too slow for us and our past experience with the company isn't too great with too long response times to mail and so on.+1 for the reply however! :)
PetriW