I received several SVG’s with text from my graphics designer and none of them display their embedded text. I debugged the parsing of the SVG’s in JUCE a bit and I can see sections referring to text there. Is this supposed to work? Or are there certain requirements to this?
This is such a SVG:
<svg xmlns="http://www.w3.org/2000/svg" width="160" height="145" viewBox="0 0 160 145">
<g id="Group_11" data-name="Group 11" transform="translate(-117 -752)">
<g id="Group_2" data-name="Group 2" transform="translate(-960)">
<g id="Rectangle_6" data-name="Rectangle 6" transform="translate(1077 752)" fill="#2b2c2b" stroke="#020202" stroke-width="3">
<path d="M0,0H160a0,0,0,0,1,0,0V135a10,10,0,0,1-10,10H10A10,10,0,0,1,0,135V0A0,0,0,0,1,0,0Z" stroke="none"/>
<path d="M3,1.5H157A1.5,1.5,0,0,1,158.5,3V135a8.5,8.5,0,0,1-8.5,8.5H10A8.5,8.5,0,0,1,1.5,135V3A1.5,1.5,0,0,1,3,1.5Z" fill="none"/>
</g>
<path id="Path_2" data-name="Path 2" d="M0,0H3V138a7.433,7.433,0,0,1-3.026-5.354C-.405,128.962,0,0,0,0Z" transform="translate(1080 755)" fill="#525252" opacity="0.369"/>
<text id="ARP" transform="translate(1126 834)" fill="#bdbdbd" font-size="40" font-family="Teko-Bold, Teko" font-weight="700"><tspan x="0" y="0">ARP</tspan></text>
</g>
</g>
</svg>
