Missing shapes in PNG, SVG conversions

Filled oval shape is missing when converting VSDX to PNG and SVG. Using Aspose.Diagram 18.8 for .NET. See attached for Visio source, sample PNG and SVG output, and conversion source code.MissingShapes.zip (87.5 KB)

@phtyson

Thanks for contacting support.

We tried to execute the code snippet which you have shared but could not get much success as it contained some undefined objects. However, we were able to replicate the issue using following code snippet in our environment:

// Load a VSD diagram, need to incorporate page parameter
Aspose.Diagram.Diagram theDiagram = new Aspose.Diagram.Diagram(dataDir + "Missing_Shapes.vsdx");
theDiagram.Save(dataDir + "MShapes.svg", Aspose.Diagram.SaveFileFormat.SVG);

For the sake of correction we have logged issues in our issue tracking system as follows:

DIAGRAMNET-51507 - VSDX to PNG Issue
DIAGRAMNET-51508 - VSDX to SVG Issue

We will further investigate above logged issues in details and keep you posted with the status of their correction. Please be patient and spare us little time.

We are sorry for the inconvenience.

Any update on the issue resolution? Were these fixed in 18.9?

@phtyson

Thanks for your inquiry.

I am afraid earlier logged issues are not yet resolved due to other pending issues in the queue which were logged prior to this. Since the issues were logged under free support model, they have low priority and will be resolved on first come first serve basis. We will surely keep you posted in case we have some further updates regarding their resolution. Please spare us little time.

We are sorry for the inconvenience.

The issues you have found earlier (filed as DIAGRAMNET-51507,DIAGRAMNET-51508) have been fixed in Aspose.Diagram for .NET 19.2.