Missing shape border when converting from ODP to PPTX

We are using “slides-19.10-jdk16.jar”.

The attached ODP file has a disk shape in it, which has a border. When we convert it to PPTX we end up with a polygon with no line colour and a missing segment on the lower half of the oval. If we set the line colour to become visible, we can see a line that goes off the top of the slide.

Using the following code:
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inputPath);
presentation.save(outputPath, com.aspose.slides.SaveFormat.Pptx);

diskShape.zip (47.8 KB)

@simon.wiseman,

I have worked with the presentation file shared. An issue with ID SLIDESJAVA-37855 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 notified once the issue will be fixed.

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