Hello,
If I define multiple notes on an activity, they are displayed as if they were defined as "floating".
But I would prefer te see my note really linked to their dependant activity.
Would it be possible ?
Best regards
example of multiple note defined as "right" or "left" notes of an activity, but displayed as "floating" note
@startuml
start
:foo1;
note left: This is a note
:foo2;
note right #pink
This is a first note
end note
note right #green
This is a second note
end note
note right #orange
This is a fourth note
end note
note left #blue
This is a third note
end note
stop
@enduml