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.8k stars 1.08k forks source link

Text overlaps when \n is used #204

Closed abnerlee closed 5 years ago

abnerlee commented 5 years ago
  1. open https://bramp.github.io/js-sequence-diagrams/
  2. input
    Client->User Agent: ClinetId\nClinetId\nClinetId\nClinetId\nClinetId\nClinetId\n
    note left of Client:123\n123\n234\n1234\n12341
    User Agent->Authorization Server: ClientId \n ClientSecret \n RedirectUri \n UserAuthenticates

Then text overlaps would happen