After I open a diagram with Aspose and just save it, one of the shapes is missing in a saved diagram.
Code example:
static void Main(string[] args)
{
var asposeDiagram = new Diagram(“MissingShapesExample.vsdx”);
asposeDiagram.Save(“MissingShapesExampleCopy.vsdx”, SaveFileFormat.Vsdx);
}MissingShapesExample.zip (34.0 KB)
Please see a diagram where an issue can be reproduced attached.
Note: After I deleted sub-shape “Text callout”, everything works without issues
We were able to notice the similar issue in our environment while testing the scenario with 21.11 version of the API. Hence, have logged it as DIAGRAMNET-52443 in our issue tracking system. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.
The issues you have found earlier (filed as DIAGRAMNET-52443) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou