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)