Converting SVG to PNG gives wrong image

Hi,

I have a SVG file that I need to convert, using .NET/C# code. However some layout in the SVG is kind of scrambled through the image, so the resulting image is not ok.
The code is very simple:

    using (var svgImage = Aspose.Imaging.Image.Load("C:\\temp\logo.svg"))
    {
        ImageOptionsBase exportOptions;
        exportOptions = new PngOptions();
        svgImage.Save("C:\\temp\logo.png", exportOptions);
    }

The same happens when converting to JPG.
Source file is located at https://www.dezeyp.be/themes/custom/dezeyp/logo.svg?v=2.0
This is the resulting file:
De Zeyp_original_1656x919.PNG (8.1 KB)

Hi, @krifo
We will check this issue ASAP

We have confirmed the issue and created a new issue IMAGINGNET-7397

@krifo
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): IMAGINGNET-7397

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.