Closed davelandry closed 5 years ago
When providing a string label, it would be great to identify <em> and <i> tags to apply different styling within the string. This would require some HTML parsing, and some research into the SVG <text> spec.
<em>
<i>
<text>
implemented!
When providing a string label, it would be great to identify
<em>
and<i>
tags to apply different styling within the string. This would require some HTML parsing, and some research into the SVG<text>
spec.