notes attached to class member useless if left to right direction

0 votes
asked Feb 10 in Bug by ok3 (200 points)

Note left or right of specific class members looks messy when using left to right direcion:

```
@startuml


left to right direction

class a {
  field1
  field2
  field3
}

note right of a::field2
first field
end note

note left of a::field3
another field
end note

@enduml

compare to top to bottom direction:

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