d3plus / d3plus-text

A smart SVG text box with line wrapping and automatic font size scaling.
MIT License
105 stars 19 forks source link

add support for italic labels #100

Closed davelandry closed 5 years ago

davelandry commented 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.

davelandry commented 5 years ago

implemented!