1. without Silverlight compatibile
2. Silverlight compatibile
I need without Silverlight compatibile, where is created viewbox, problem is, exported path have this structure:
Code: Select all
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="header" Fill="#FF009819" StrokeThickness="0.85975945">
<Path.Data>
<PathGeometry Figures="m 0 138.24998 v 39.99999 h ..." FillRule="NonZero"/>
</Path.Data>
</Path>
when Silverlight compatibile is selected, then it export this way:
Code: Select all
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="header" Fill="{StaticResource linearGradient4544}" StrokeThickness="0.22747801" Data="m 0 138.24998 ..."/>