SVG
SVG copied to clipboard
X/Y text offset doesn't work
The following code is rendered incorrectly:
<text fill="#000" y="9" dy="0.71em">8.0e+5</text>
Rendered by SVG lib:
Rendered by Internet Browser:
You just need to define "text-anchor: middle" style. But dy="71em" doesn't work for some reason. The library calculates font size incorrectly.
we are accepting pull requests ;)
Could we get the pull requests merged? There is one for .Net Core in particular that I would like to see merged that was completed 5 months ago.