Activity diagrams - Bug on arrow position with note

0 votes
asked Nov 7, 2016 in Bug by legz (300 points)
edited Nov 7, 2016 by legz

Hi,

In the latest versions (stable and beta), there is a bug with the arrow pointing on stop-note :

@startuml
start
if (test) then (yes)
  stop
  note:foo
else (no)
endif
stop
@enduml
 
 
Even with a "note right", the length of the arrow is badly evaluated :
@startuml
start
if (test) then (yes)
  stop
  note right:foobar foobar foobar
else (no)
endif
stop
@enduml
 
Thanks for your help.

1 Answer

0 votes
answered Nov 7, 2016 by plantuml (294,960 points)
Many thank for the report!

This has been fixed in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Do not hesitate to post again if you find other issues

Regards,
...