Text is positioned too far to right when saving as SVG

When the attached Visio file is saved as SVG, the following problem occurs. Please see the attached SVG file as an example.

The text in the top right hand corner of the screen is shifted too far to the right and so does not display properly.

Regards,
Andrew

BA2.zip (297.6 KB)

@andrew.ridgeley,
We have tested your VSDM drawing with the latest version 17.7 of Aspose.Diagram for .NET API and unable to replicate the problem of text displacement.

[C#]

Diagram diagram = new Diagram(@"C:\Diagram\test2172\BA2.vsdm");
diagram.Save(@"C:\Diagram\test2172\BA2_17.7.svg", SaveFileFormat.SVG);

This is the output SVG: BA2_17.7.zip (167.0 KB)

Best Regards,
Imran Rafique

Hello Imran, we experienced the issue on 17.7.1.

@andrew.ridgeley,
We managed to replicate the problem of text displacement. It has been logged under the ticket ID DIAGRAMNET-51334 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates. We are sorry for the inconvenience caused.

Best Regards,
Imran Rafique

@andrew.ridgeley,
The ticket ID DIAGRAMNET-51334 has been fixed. Please download and try the new version 17.8 of Aspose.Diagram for .NET API.

Best Regards,
Imran Rafique