Multiple color lines missing vertical spacing.

0 votes
asked Jan 22, 2019 in Bug by anonymous

When using multiple colored lines and skinparam colorArrowSeparationSpace, there are times when there is no vertical space between horizontal lines.

In the following example the vertical space works correctly between "CondA" and "Do A" and "Do B".  However the lines leading into "CondB" have no vertical spacing between them.

@startuml
skinparam colorArrowSeparationSpace 5
Start
-[#green;#orange]->
if (CondA) then (A?)
  -[#green;#orange]->
  :Do A;
else (B?)
  -[#green;#orange]->
  :Do B;
endif

-[#green;#orange]->
if (CondB) then (A?)
  :Do A;
elseif () then (B?)
  :Do B;
else (C?)
  -[#green;#orange]->
  :Do C;
endif
Stop
@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.
...