tabatkins / railroad-diagrams

:steam_locomotive: A small JS+SVG library for drawing railroad syntax diagrams, like on JSON.org. Now with a Python port!
MIT License
1.66k stars 153 forks source link

Fix text alignment issues #70

Closed aeurielesn closed 5 years ago

aeurielesn commented 5 years ago

This PR fixes text alignment issues when INTERNAL_ALIGNMENT is set to left or right.

tabatkins commented 5 years ago

I'm... confused how this ever worked; it should have only looked okay if the alignment was LEFT, and looked bad with CENTER or RIGHT.

In any case, it looks like this is an obvious fix, thanks. And it looks like the JS acts slightly differently so as to behave correctly, cool.