Skip to main content
Home Forums General Silverlight Getting Started SVG to Silverlight
3 replies. Latest Post by Yi-Lun Luo - MSFT on April 18, 2008.
(0)
nmpgaspar
Member
174 points
109 Posts
04-16-2008 7:37 AM |
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 ...
12 points
6 Posts
04-16-2008 8:03 AM |
You can use the opensource vector editor Inkscape to open the SVG and then export as Microsoft XAML.
04-16-2008 10:19 AM |
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 L...
All-Star
25052 points
2,747 Posts
04-18-2008 4:25 AM |
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.