Export of UML class association diagram to grafic file (PNG, SVG, etc...) creates strange figures

        var diagram = new Aspose.Diagram.Diagram("Test.vsdx");

        var opt = new ImageSaveOptions(Aspose.Diagram.SaveFileFormat.PNG)
        { PageIndex = 0};

        opt.Resolution = 300;
        diagram.Save("UML.png", opt);

See attached: Test.vsdx and UML.png

Test.zip (54.4 KB)

I use version 19.7.0.0 of .Net Aspose.Diagram.dll.

@licensing8d39a

We have observed similar issue in our environment while testing the scenario with Aspose.Diagram for .NET 19.8 and logged it under the ticket ID DIAGRAMNET-51686 in our issue tracking system. We will further look into details of this issue and keep you informed on its resolution status. Please spare us little time.

We are sorry for the inconvenience.

Yes, the problem also occurs in Version 19.8.

But thank you for informing me.

Best regards
Hansjörg

The issues you have found earlier (filed as DIAGRAMNET-51686) have been fixed in Aspose.Diagram for .NET 19.9.

Yes, the error is actually fixed.:sunglasses: