You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the best javascript implementation to render sequence diagram from text I have ever found. Thanks for your great works.
I found there are some small issues of alt.
The line in middle of alt box is solid, which is a little strange, as most output of other tools are using dotted line.
For the else branch of alt block, if we don't append description after else, an empty bracket is displayed, which is also not necessary. And in most cases, for else branch, we actually don't append any description. So some empty brackets are displayed, that is not reasonable.
The text was updated successfully, but these errors were encountered:
This is the best javascript implementation to render sequence diagram from text I have ever found. Thanks for your great works.
I found there are some small issues of
alt
.alt
box is solid, which is a little strange, as most output of other tools are using dotted line.else
branch ofalt
block, if we don't append description afterelse
, an empty bracket is displayed, which is also not necessary. And in most cases, forelse
branch, we actually don't append any description. So some empty brackets are displayed, that is not reasonable.The text was updated successfully, but these errors were encountered: