bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.81k stars 1.08k forks source link

Vertical alignment is slightly wrong with multiline text #168

Open bramp opened 7 years ago

bramp commented 7 years ago

Example

user->ip.bramp.net: GET /
ip.bramp.net->user: 200 OK\n <html...>
user->ip4.bramp.net: GET /json
ip4.bramp.net->user: 200 OK\n {address: 1.2.3.4}
user->ip6.bramp.net: GET /json
ip6.bramp.net->user: 200 OK\n {address: 2001:db8::1}
screen shot 2017-02-20 at 2 18 14 pm

There is too much of a gab under , and the 200 OK is too near the previous line.