Hello PlantUML community,
using the swimlanes in activity diagram seems to break if I have more than one note. Example:
@startuml
|swimlane1|
|swimlane2|
|swimlane3|
|swimlane2|
:1;
|swimlane1|
floating note: this is shown in swimlane 1
|swimlane2|
:2;
|swimlane3|
floating note: this is shown in swimlane 3
|swimlane2|
:3;
|swimlane1|
floating note: This is not shown in swimlane1
|swimlane3|
floating note: This is not shown in swimlane3
@enduml
https://www.plantuml.com/plantuml/png/SoWkIImgAStDuQefBi_CpKdCIpMiGR2DaDZ6DLme4bQ6rbmekj9oyXDBClFI5VBoIrAj54eoCeiLWAWu8xyyJo4pJm6cLC4GrHmZQoHBI3366CqznjRud1C2CGV4mpJB4Ca5fEa4EeBB8JKl1HY40000
Or am I doing something wrong?