Skip to main content

Microsoft Silverlight

Answered Question SVG to SilverlightRSS Feed

(0)

nmpgaspar
nmpgaspar

Member

Member

174 points

109 Posts

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?

 

Matthew R Hall
Matthew ...

Member

Member

12 points

6 Posts

Re: SVG to Silverlight

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

nmpgaspar
nmpgaspar

Member

Member

174 points

109 Posts

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?

Yi-Lun Luo - MSFT
Yi-Lun L...

All-Star

All-Star

25052 points

2,747 Posts

Answered Question

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.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities