Thumbnail incorrect for slide with scatter plot

Hi,


For the attached slide file, Aspose.Slides 15.11 generates a thumbnail with huge spots on the scatterplot instead of tiny dots, plus black borders around some of the cells in the table.

Compare the attached slide.pptx to slide.png, which was generated by Aspose using the following code:
using (var presentation = new Presentation("slide.pptx"))
{
    presentation.Slides[0].GetThumbnail(1.0f, 1.0f).Save("slide.png");
}
Hi Kelly,

Thank you for posting.

I have observed your comments and worked with the presentation file shared by you. I have been able to reproduce the issue. A ticket with ID SLIDESNET-37136 has been logged 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 notified automatically as soon as the issue will be resolved.

We are sorry for your inconvenience,

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.