Container looses its shape after import

After importing vsd file, one of the elements inside of a container appears outside of it.

vsd file and screenshot of an issue:
bpmn import issue.zip (1.1 MB)

The file was converted using this part of code:

File file = new File(PATH_TO_VSD_FILE);
Diagram d = new Diagram(file.getAbsolutePath());
d.save(file.getAbsolutePath() + "x", SaveFileFormat.VSDX);

@Denec

It seems that you are experiencing an issue where elements inside a container lose their proper positioning after importing a VSD file. This is a known problem that has been reported by other users as well. Specifically, shapes within containers may lose their relationships and appear outside of their intended positions after conversion to VSDX format.

The code snippet you provided for converting the VSD file to VSDX format is correct:

File file = new File(PATH_TO_VSD_FILE);
Diagram d = new Diagram(file.getAbsolutePath());
d.save(file.getAbsolutePath() + "x", SaveFileFormat.VSDX);

However, the issue you are facing has been acknowledged, and it has been logged in the internal issue tracking system with specific IDs for tracking the resolution. If you need immediate assistance or a quicker resolution, you might consider reaching out for paid support services, which can provide direct access to the support management team.

In the meantime, you may want to check for any updates or patches that might address this issue in future releases of the Aspose.Diagram library.

If you have any further questions or need additional assistance, feel free to ask!

@Denec
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): DIAGRAMNET-53715

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.