Hello!
I have a suspicion that the conversion from VSD to VSDX is incorrect.
The file was converted using this part of code:
File file = new File(PATH_TO_VSD_FILE);
Diagram d = new Diagram(file.getAbsolutePath());
d.s…...getAbsolutePath() + "x", SaveFileFormat.VSDX); Example:...