Slide image is squished when using EMF image inside slide

Hi Team,

Aspose Version: 20.1
Language: C#

Issue :
The image generated for a slide is not proper and emf element is squished in it

Code :

var presentation = new Presentation(dataPath + "sample.pptx");
for (int i = 0; i < presentation.Slides.Count; i++)
{
    var thumbnail = presentation.Slides[i].GetThumbnail(1, 1);
    var outPath = dataPath + "sample_slide_" + (i + 1) + ".png";
    thumbnail.Save(outPath, ImageFormat.Png);
}

Please find attached PPTX

~ Praveen

sample.zip (43.3 KB)

@pradubey,
Thank you for your request. Please use the latest version of Aspose.Slides that no longer has this error.