Text rotate instead of text transform

We are using the component to convert aprox. 60.000 Visio diagrams into the SVG format on a regular basis. We then use the SVG files as part of the content in a wide range of software and hardware products.

Unfortunately, some of the hardware products uses a proprietary SVG viewer which is not 100% compatible with the SVG standard.

We would like to do text rotation using the rotate method instead of a matrix.

Current output
<text transform="matrix(1,0,0,-1,0,9.401746)">sw/bl</text>

Required output
<text transform="rotate(90)">sw/bl</text>

@Thomas_Knudsen

Thanks for contacting support.

Would you please share respective source VISIO Diagram and sample code snippet with us. We will test the scenario in our environment and address it accordingly.