05-09-2020, 06:39 PM
Hey All,
For completeness, figured I'd post how I resolved this. Before exporting the Visio document to SVG, I iterate over each of the Shapes in the page and check FlipX. If true, I set it to false and rotate the shape 180 degrees. Results in the same rendering, but the ReaderSvg resolves the transform with TransformShapes = true.
Cheers!
Troy
For completeness, figured I'd post how I resolved this. Before exporting the Visio document to SVG, I iterate over each of the Shapes in the page and check FlipX. If true, I set it to false and rotate the shape 180 degrees. Results in the same rendering, but the ReaderSvg resolves the transform with TransformShapes = true.
Cheers!
Troy