skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.66k stars 208 forks source link

generate text labels in SVG with text-anchor: middle; #93

Closed bvgastel closed 5 years ago

bvgastel commented 5 years ago

Thanks for the excellent library. If generating SVGs, my labels are not centred. Perhaps due to my browser, or font, or ... However, a better way to center labels is to apply the text-anchor: middle; property to the SVG node (with as position the center of the box). This way, the labels are always centered, even if fonts differ a bit.

skanaar commented 5 years ago

Implemented in version 0.5.0