PlantUML condition rendering

0 votes
asked Oct 11, 2013 in Wanted features by plantuml (294,960 points)

Starting with version 7982, the rendering for conditions & loops in activity diagrams has been changed.

See vote on http://www.doodle.com/itu942r3atzbuy9m

You can use skinparam to change this behaviour:

@startuml
skinparam conditionStyle diamond
start
repeat
  :act1;
  :act2;
repeatwhile (end)
:act3;
@enduml


You can choose between :

skinparam conditionStyle diamond
skinparam conditionStyle inside
skinparam conditionStyle foo1

For "foo1", we definitively need a better idea...

Regards,

 


 

commented Jun 20, 2016 by AcceptSocket (120 points)
Now when we choose to use a diamond, it will be a very tiny diamond and text will be outside it.

Is it possible to have text inside a normal size diamond shape instead of a hexagon? Thank you! Maybe we can define this as normal_diamond to replace foo1? :)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...