Convert SVG to XAML

graphics, microsoft-metro, windows-8, windows-runtime, winrt-xaml

Solution

Take a look at this and see if it works: https://gist.github.com/timheuer/6443390

Method (yes, superhack):

- Use Inkscape to save as PDF

- Rename the Filename extension from PDF to AI

- Use `Expression Design` to open AI document

- Export to Silverlight Canvas

Problem

I tried InkScape & XPS method, but it doesn't give me correct XAML. Can anyone please convert this SVG to WinRT compatible XAML ?

Original source