SVG text imports into Lightburn without underlined and Italic attributes. (works ok on Adobe Illustrator and Corel Draw)

Hi,

I have several SVG files that contain text, and the text is underlined, bold and italic.

However, when I input the svg files into Lightburn, the text is Bold, but it is not underlined nor italic.

How can I fix this?

When I input the same svg files into Adobe Illustrator and Corel Draw, the text looks ok.

I am attaching a very simplified svg file with the proper attributes, and pictures of the imported text in Lightburn, Corel Draw and Adobe Illustrator.

Thank you,

Marco.

This is the SVG content:

Bold, Italic and Underlined Text

(post deleted by author)

<svg viewBox="0 0 350 50" xmlns="http://www.w3.org/2000/svg">
  <text x="10" y="30" 
        font-family="sans-serif" 
        font-size="20" 
        font-style="italic" 
		font-weight="bold" 
        text-decoration="underline">
    Bold, Italic and Underlined Text
  </text>
</svg>

(post deleted by author)

Sorry, I cannot add the whole SVG text, but the SVG file is attached.

Thank you.