Start and node are not center

0 votes
asked Feb 2, 2017 in Bug by anonymous

Start point and Node A are not centered in Bob's lane:

@startuml
|Bob|
start
:A;
 
|Alice|
:B;
  fork
  |Alice|  
  :B_1;
  |Bob|
  :C_1;
  end
  
  fork again
  |Alice|  
  :B_2;
  :B_2_1;
  |Bob|
  :C_2;
  end
 
  fork again
  |Alice|  
  :B_3;
  :B_3_1;
  end
  
  end fork
@enduml

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.
...