Page view counter
SVG to Silverlight
Last post 04-18-2008 4:25 AM by Yi-Lun Luo - MSFT. 3 replies.
Sort Posts:
04-16-2008 7:37 AM
SVG to Silverlight

Is there any simple way to convert a SVG to Silverlight?

I found the following site with wath i need : http://www.intertwingly.net/blog/2007/05/06/SVG-to-Silverlight-Workbench

But i would like to use this on my own application. Any web service i could call to make that operation?

Or even better, any source code available so i can do this locally?

 

nmpgaspar

Loading...
Joined on 03-03-2008
Posts 105
04-16-2008 8:03 AM
Re: SVG to Silverlight

 You can use the opensource vector editor Inkscape to open the SVG and then export as Microsoft XAML.

Matthew R Hall

Loading...
Joined on 04-01-2008
Posts 2
04-16-2008 10:19 AM
Re: SVG to Silverlight

Thanks for that link, but that's not quite what i'm looking for.

No C# function that can make that conversion or wathever?

nmpgaspar

Loading...
Joined on 03-03-2008
Posts 105
04-18-2008 4:25 AM
Marked as Answer
Re: Re: SVG to Silverlight

Hello, Silverlight doesn't provide the feature to convert SVG to XAML directly. But since both of them are XML, you can use LINQ to XML to do the conversion. At least you should be able to convert the basic graphics.

shanaolanxing - I'll transfer to the Windows Azure team, and will have limited time to participate in the Silverlight forum. Apologize if I don't answer your questions in time.

Yi-Lun Luo - MSFT

Loading...
Joined on 10-29-2007
Posts 2,688
Microsoft Communities