How to add horizontal spacing/padding around individual note on sequence diagram?

0 votes
asked Jun 23, 2022 in Question / help by electrojit1 (120 points)

Dear PlantUML experts,

Can you please help figure out how to add the horizontal spacing/padding around individual note on sequence diagram?

commented Jun 23, 2022 by The-Lu (64,760 points)

Unfortunately, it seems to not be yet implemented.

Example:

@startuml
<style>
note {
  Padding 45
  Margin 40
}
</style>

a -> b

note right b
note
end note
@enduml

Regards.

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.
...