Are the scale instructions simply still missing in the Activity-Beta Syntax or is this a bug?

0 votes
asked Aug 1, 2013 in To be sorted by anonymous
With the new activity diagram syntax I cannot use scaling syntax (tested on V7975). Is this still missing or a bug?

scale 1000 width

start
:foo;
if (bar) then (Yes)
:foobar;
else (No)
endif
stop

1 Answer

0 votes
answered Aug 1, 2013 by plantuml (295,000 points)
It's a bug that has been solved in V7976.

Thanks for the report.
...