plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
9.73k stars 881 forks source link

note left placed on the right side of sequence references #1682

Open uwe83 opened 3 months ago

uwe83 commented 3 months ago

Describe the bug Trying to place a note left of a sequence reference makes the note appear on the right consistently:

@startuml
opt test
    ref over A, B
        SomeSequence
    end ref
end

note left 
Appears on the right side, not on the left even though "note left" is used.
end note
@enduml

To Reproduce https://www.plantuml.com/plantuml/uml/FOxH3OCm34J_FSM9RzGPe2im0Ie7H88uZHtcRuBQte_jfwUJ1_CvUpaFqUHmcWjgCbVenOonnrFmpQGd9xuBuuitP5oQAdMAH7NYuEgGCINEsQ0HlXCvRBl3mi8UrVhXs-N5TcdPTdJ_YWx1K8pBetMZSHdgLX_z0000

I tried in several contexts and this is consistently happening also in more complicated diagrams.

Expected behavior Note should appear on left side

Screenshots image

Desktop (please complete the following information): Seems to happen anywhere e.g. plantuml website see link above.