Activity: Hidding arrow entering a split does not work

0 votes
asked Dec 5, 2018 in Bug by anonymous

Hi,

When I start the activity diagram with a split and hide all the arrows entering it, the horizontal line is still shown.

@startuml
split
   -[hidden]->
   :A;
split again
   -[hidden]->
   :B;
split again
   -[hidden]->
   :C;
end split
:D;
@enduml

http://www.plantuml.com/plantuml/png/SoWkIImgAStDuIekoCaiuL9GKD2DpiXCIKdDYzMr0t6j7AqXSWg9wOcPUTXKE15KuMpDbPgNeW2nmyh5cii1o0NQ2W00

1 Answer

0 votes
answered Dec 7, 2018 by plantuml (295,000 points)
Thanks for the feedback

This has been fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you
...