Is `left to right direction` broken with activity diagram beta syntax? For example, the following with not compile. Is there a new way to request direction?
@startuml
left to right direction
start
:first acvitiy;
:second activity;
:third activity;
stop
@enduml