Search code examples
graphicswindows-8windows-runtimemicrosoft-metrowinrt-xaml

Convert SVG to XAML


I tried InkScape & XPS method, but it doesn't give me correct XAML.

Can anyone please convert this SVG to WinRT compatible 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