Missing shapes

Hi the visio fil in the attached zip file. Is generating almost empty outputs. We are converting to GIF, PNG, SVG, and PDF.

SVG’s are convered like this:

Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.GetCultureInfo(“en-us”);
var SVGso = new SVGSaveOptions();
SVGso.ExportGuideShapes = false;
SVGso.SaveFormat = SaveFileFormat.SVG;
SVGso.SVGFitToViewPort = true;
SVGso.ExportElementAsRectTag = true;
d.Save(svgoutname, SVGso);

PDF’s are saved with

d.save(output, SaveFileFormat.PDF)

the rest is saved with (with different formats)

var so = new ImageSaveOptions(SaveFileFormat.GIF);
so.CompositingQuality = CompositingQuality.HighQuality;
so.InterpolationMode = InterpolationMode.HighQualityBicubic;
d.save(output, so);

There is output files generated with both v19.4 and v19.5 in respective folders in the zip file.

missing shapes.zip (444.6 KB)

@hellagutmanndk

Thanks for contacting support.

We were able to replicate the mentioned issue in our environment and logged it under the ticket ID DIAGRAMNET-51647 in our issue tracking system. We will further look into details of the issue and keep you posted with the status of its correction. Please be patient and spare us little time.

We are sorry for the inconvenience.

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