Convert SVG to XAML

后端 未结 3 1728
感动是毒
感动是毒 2021-01-12 18:46

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

Can anyone please convert this SVG to WinRT compatible XAML ?

3条回答
  •  时光取名叫无心
    2021-01-12 19:16

    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

提交回复
热议问题