Slide not properly rendered by Aspose

Hello,

We have have charts that are not rendered by Aspose.Slides.
The attached zip file contains the source pptx file and a generated svg file.
(Generating a png file results with the same issue)

The code used to replicate the issue:

const string folder = “c:\Temp\”;
var file = Path.Combine(folder, “test.pptx”);
using (var presentation = new Presentation(file))
using (var fs = new FileStream(Path.Combine(folder, “test_fs.svg”), FileMode.Create))
{
presentation.Slides[0].WriteAsSvg(fs);
}

Tested with Aspose.Slides for .NET 17.7 and 17.11.

test.zip (53.9 KB)

@asapha.adn,

I have observed the issue shared by you and have been able to reproduce the issue specified. An issue with ID SLIDESNET-39621 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be fixed.

The issues you have found earlier (filed as SLIDESNET-39621) have been fixed in this update.