Dear Developpers,
A noticed a strange behaviour with arrow vertical alignement :
When having notes left and right : arrow is aligned low
When having note only at left : arrow is aligned center
Notes left and right :
@startuml
!$maxTableCell=" "
Alice->(10)Bob : hello
note left
|<img:
http://plantuml.com/logo3.png>| \l\ a note \n can also be defined \n on several lines and on a table \n ""$maxTableCell""|
end note
note right
|<img:
http://plantuml.com/logo3.png>| another \n\
note \n\
size\n\
""$maxTableCell""|
end note
@enduml
Note only left :
@startuml
!$maxTableCell=" "
Alice->(10)Bob : hello
note left
|<img:
http://plantuml.com/logo3.png>| \l\ a note \n can also be defined \n on several lines and on a table \n ""$maxTableCell""|
end note
@enduml
Thanks