Erroneous background color appears when converting from svg to pdf

I’m trying out Aspose.Pdf to convert to convert Svg images to pdf.

I’ve attached some sample files in a zip here (62.2 KB)

The code I’m using to generate this is pretty simple

            var options = new SvgLoadOptions {

            };
            var document = new Document(@"test3.svg", options);
            document.Save($"output.pdf");

@psadauskas,

We managed to replicate the said error in our environment. It has been logged under the ticket ID PDFNET-43590 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

The issues you have found earlier (filed as PDFNET-43590) have been fixed in Aspose.PDF for .NET 23.11.