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
Describe the bug
After introducing a wrapping mechanism messages without wraps are beeing cut by the edges of the diagram.
They used to be rendered like below:
To Reproduce
Steps to reproduce the behavior:
sequenceDiagram
Alice->>Bob:wrap:Extremely utterly long line of longness which had preivously overflown the actor box as it is much longer than what it should be
Bob->>Alice: I'm short though
Expected behavior
Diagrams with long messages withoutwrap info in the diagram code should be readable for a user without updating the diagram.
I see three solutions to this:
Make wrapping is default behaviour
Keep the positioning of the participants as the default behaviour and add the option of wrapping
Here is an example of a long message text wrapped:
Ideal rendering of this difficult message would actually be a combination of the approaches with the participants separated by some distance and wrapped on two or three lines.
The text was updated successfully, but these errors were encountered:
Describe the bug
After introducing a wrapping mechanism messages without wraps are beeing cut by the edges of the diagram.
They used to be rendered like below:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Diagrams with long messages withoutwrap info in the diagram code should be readable for a user without updating the diagram.
I see three solutions to this:
Here is an example of a long message text wrapped:
Ideal rendering of this difficult message would actually be a combination of the approaches with the participants separated by some distance and wrapped on two or three lines.
The text was updated successfully, but these errors were encountered: