Activity diagram beta bug - condition truncated.

0 votes
asked Feb 11, 2013 in Bug by anonymous

 

@startuml
 
start
if (very long condition is truncated?) then (yes)
 :BAD;
endif
stop
@enduml
 

1 Answer

0 votes
answered Feb 12, 2013 by plantuml (295,000 points)
Thanks for the report. This has been fixed in release 7957.
...