There seems to be an issue with the font size on SVG. Even though both the SVG and paragraph have a font-size of 16px, they appear different. I would like the font size in the SVG to match that of the paragraph.
Another concern is how to center
<tspan text-anchor="middle" class="tc-label-value">85</tspan>
without the presence of <tspan class="label-text" text-anchor="middle" x="0" y="50" dy="15">Text in SVG</tspan>
. Sometimes, having "Text in SVG" causes alignment issues. More information can be found at this link.