Aspose Slides 15.5 3D chart has multiple rendering issues after cloning slide

Hello,


I have a simple 3D chart on a slide in pptx file. After cloning the slide and saving pptx file, chart does have multiple issues:
- overlapping labels in the left upper corner
- 2nd column labels missing ( they might be oberlapping each other in the left upper corner - see previous item)
-4th column '2.5%" label is misplaced

I included original file Aspose_15_5_1Slide_Chart_Orig.pptx
and saved file wilth cloned slide Aspose_15_5_1Slide_Chart_AfterClonig.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);

Please note that this bug was not there in Aspose.Slides 14.8 and earlier. This is what’s happening with our old pptx files after upgrading Aspose.Slides to version to 15.5.

Thank you,

Natasha Turchak
Senior developer at Viscira Inc. SF

Hi Natasha,


Thanks for inquiring Aspose.Slides.

I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-36552 has been created in our issue tracking system as regression 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-36552) have been fixed in this update.


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