I can't get the <text> element in svg to show when loading svg from Assets

Hi there,

When I load an svg file as a background for my app, the svg shows but it doesn't load the <text> elements. Is there any way to fix this?

Below is the bit of loading code for a file called o.svg

Code Block
Image("o")
     .resizable()
     .padding(.bottom, 48)

I can't get the &lt;text&gt; element in svg to show when loading svg from Assets
 
 
Q