Empty Array of Gradient Stops Is Returned from Effective Formatting

Please browse the files in the following package.
growing up-3.pptx.zip (1.4 MB)
When I run the following code:

Presentation presentation = new Presentation(filePath);
int size =((AutoShape)presentation.getSlides().get_Item(0).getShapes().get_Item(1)).getLineFormat().getEffective().getFillFormat().getGradientFormat().getGradientStops().size();

It return 0. I think it should not return an empty array.

@oscarstar,
Thank you for reporting the issue.

I’ve reproduced the problem with getting the array of gradient stops and added a ticket with ID SLIDESJAVA-38997 to our issue-tracking system. We apologize for any inconvenience. Our development team will investigate the case. You will be notified when a new release of Aspose.Slides with a fix is published.