How is it importing into the perspective view? Is it adding the font weight prop somewhere or is that just missing altogether? It might just be that this prop is being ignored by the import logic. Svg text itself is a bit hit and miss, especially with alignment like centring it
I have been told that AI is good for fixing code, so I decided to try it. It took three tries with Google Gemini, having to explain very clearly that this image was to be embedded in Ignition Perspective and let it know the issue between tries. Gemini learns much quicker that I do, for sure.
On the third try Gemini finally decided that altering the font-weight was the solution. +1 to @nminchin who noticed this. Looks like you are smarter than AI. Your job is safe.
Gemini also stated that your original fill="#FFFFFF" was redundant, didn't think the 'light-dark' style would work, and "Helvetica" could be a problematic font.
I also had Gemini add in the Perspective built-in theme colors...that seemed to work.
The issue is that, in OP's svg snippet, the font-weight is defined as an svg attribute rather than as an inline style attribute within the SVG style. I’m thinking that perhaps the SVG import logic doesn’t recognise the SVG attribute and is looking for the font weight defined within the style value instead.
This apparently is a valid css function, although it should probably be avoided and a css colour variable used instead which can then be defined in custom css themes. Then, if you have a light and dark theme, it can be explicitly defined in both