Aspose Slides 15.6 3D chart has rendering issues after cloning slide (not retaining colors)

Hello,


I have a simple 3D charts on a slide in pptx file. After cloning the slide and saving pptx file, charts columns become black with original color (green and grey) only on left on the top of the 3D columns.
I included original file Aspose_15_6_charts_orig.pptx
and saved file wilth cloned slides (2) ASPOSE_15_6_CHARTS_BUG.pptx
My code snippet;
using aspose = Aspose.Slides;
aspose.Presentation peSource = new aspose.Presentation(filePath);
aspose.Presentation peTarget = new aspose.Presentation();
peTarget.Slides.RemoveAt(0)
peTarget.Slides.InsertClone(0, peSource.Slides[0]);
peTarget.Save(“NewPresentation.pptx”, aspose.Export.SaveFormat.Pptx);



Thank you,

Natasha Turchak
Senior developer at Viscira Inc. SF

Hi Natasha Turchak,


I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-36658 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 resolved.

We are sorry for your inconvenience,

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


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