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 - Please mark the posts as answers if they help and unmark if they don't.