Graphics lost when converting SVG to PDF using Aspose.Imaging for Java

Using aspose-imaging-18.11-jdk16 to convert SVG to PDF.
Converting SVG to PDF, graphic elements are corrupted.

Code below:
LoadOptions options = new SvgLoadOptions();
Document pdfDocument = new Document(inputPath, options);
pdfDocument.save(outputPath, SaveFormat.Pdf);

Before/after sample attached:
badrender.zip (213.8 KB)

@simon.wiseman,

I have worked with issue shared by you and have been able to observe. An issue with ID IMAGINGJAVA-1148 has been created in our issue tracking system to investigate and resolve the issue. This thread has been linked with these issues so that you may be automatically notified once the issues will be resolved.