Hi,
I use the ReadGeometry and GetXaml methods to obtain the xaml text of the svg images. I noticed the following text appearing in the xaml
<DrawingGroup>
<DrawingGroup.Transform>
<TranslateTransform X="0" Y="0.000375187519239262" />
</DrawingGroup.Transform>
<DrawingGroup>
I do not want to see these transformations in my xaml and I'm not sure how to remove them.
I do not see this in the xaml text when I use the ViewerSvg, export and choose get geometries. Please let me know how I could get rid of these transformations.
Thanks
I use the ReadGeometry and GetXaml methods to obtain the xaml text of the svg images. I noticed the following text appearing in the xaml
<DrawingGroup>
<DrawingGroup.Transform>
<TranslateTransform X="0" Y="0.000375187519239262" />
</DrawingGroup.Transform>
<DrawingGroup>
I do not want to see these transformations in my xaml and I'm not sure how to remove them.
I do not see this in the xaml text when I use the ViewerSvg, export and choose get geometries. Please let me know how I could get rid of these transformations.
Thanks

