plantuml / plantuml

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

<-- + note = the location of the Comment is INCORRECT #1679

Open devwitalik opened 3 months ago

devwitalik commented 3 months ago

Steps to reproduce the behavior:

@startuml
Test --> Test: Text
note right: the location of the Comment is correct

Test --> Test: Text
note left: the location of the Comment is correct

Test <-- Test: Text
note right: the location of the Comment is INCORRECT

Test <-- Test: Text
note left: the location of the Comment is INCORRECT
@enduml

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuGf9BIvHqDMrKm0nh81aHGbNNdv9ga9HPde6KA0a8rKX9pyviIGpFqyXFmtCTyxFpKtDAr78B5P8pYygIaqkuS9jJavg6gd6sEZgakaSJpzd_w0WL-SGX4daEGXXa4DgNWeme000

Screenshots

IMG

jimnelson372 commented 5 days ago

Hello. When working on some related fixes (for #1680 and #839) I saw that comments to the left or right of left directed self messages were off. Here is how it looks with my current changes. Please confirm this is what you would expect. I only changed your script from INCORRECT to [now correct?], otherwise it's the same script you shared:

image