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
In a sequence diagram, a self-message that contains a long (multi line) message, the arrow becomes occluded.
Not sure if there is a way to solve this currently.
Ideally the arrow should become slightly larger in order to display that message and the arrow appropriately.
Here is an example:
shape: sequence_diagram
(** -> **)[*].style.font-size: 24
(** -> **)[*].style.font-color: black
Front-End.t1 -> Libreria.t1: generatePresentationPayload()
Libreria.t1 -> Libreria.t1: Generar y Firmar\nPrueba de Titularidad
Libreria.t1 -> Front-End.t1: Presentacion Firmada
The text was updated successfully, but these errors were encountered:
In a sequence diagram, a self-message that contains a long (multi line) message, the arrow becomes occluded.
Not sure if there is a way to solve this currently.
Ideally the arrow should become slightly larger in order to display that message and the arrow appropriately.
Here is an example:
The text was updated successfully, but these errors were encountered: