04-17-2014, 03:54 PM
I understand that setting the AutoSize to false does not include that xaml but inserts the following.
<GeometryDrawing>
- <GeometryDrawing.Pen>
<Pen Brush="#00FFFFFF" Thickness="0" />
</GeometryDrawing.Pen>
- <GeometryDrawing.Geometry>
<RectangleGeometry Rect="0,0,32,32" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
Is there something else I need to modify to get the same output as in the viewerSvg export? I have posted my settings earlier.
<GeometryDrawing>
- <GeometryDrawing.Pen>
<Pen Brush="#00FFFFFF" Thickness="0" />
</GeometryDrawing.Pen>
- <GeometryDrawing.Geometry>
<RectangleGeometry Rect="0,0,32,32" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
Is there something else I need to modify to get the same output as in the viewerSvg export? I have posted my settings earlier.

