"Fork" line not appearing in many built-in themes for Activity Diagrams

0 votes
asked Feb 15, 2022 in Bug by KR

Ways to reproduce

  1. Create an activity diagram with a fork
  2. Change the theme to any one of the built-ins, e.g. amiga
  3. The fork line does not show up
This affects about 2/3 of the built-in themes in the Online Server
Test text:
@startuml
start
:Hello;
fork
:World;
fork again
:Venus;
end fork
stop
@enduml
Change to another theme such as "blueprint" or even "plain"
On a Mac running OS X Big Sur, have tried in Safari & Firefox.

1 Answer

0 votes
answered Feb 15, 2022 by plantuml (294,960 points)

Many thanks for the feedback.

This should be now fixed.

Tell us if you find other issues!

...