Search found 2 matches
- Wed Oct 25, 2017 12:45 am
- Forum: Help with using Inkscape
- Topic: How to export to XAML without <Path.Data>
- Replies: 3
- Views: 2445
Re: How to export to XAML without <Path.Data>
Thanks for answers, You could perhaps export to both formats, and then copy the viewbox (or whichever it is that you need) over from one format to the other. Yes, that is what I doing now. What I need is save file as xaml but with paths like Silverlight compatibility. It is for GUI engine, where thi...
- Sun Oct 22, 2017 10:21 pm
- Forum: Help with using Inkscape
- Topic: How to export to XAML without <Path.Data>
- Replies: 3
- Views: 2445
How to export to XAML without <Path.Data>
There are two options for export XAML 1. without Silverlight compatibile 2. Silverlight compatibile I need without Silverlight compatibile, where is created viewbox, problem is, exported path have this structure: <Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="heade...