[Sequence diagram] Padding for outgoing allows

0 votes
asked May 31, 2019 in Question / help by inanzu

For example, I write a sequence diagram with outgoing messaging as below:

@startuml
mainframe sd SideArrows
[->A:From leftside to A
    alt something right
        A->>]:Throwing a message to Right
    else somthing wrong
        [<<-A:Throwing a message to Left
    end
    [<--A:return
@enduml

To avoid outgoing arrows are overlaying to the alt-box, How to padding between mainframe and alt-box?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...