positioning with rectangles involved?

0 votes
asked Sep 2, 2019 in Question / help by Hendrik (160 points)
Hello,

how to set the position of agent a and b between  S2 and S3 (little shift to the right)  ?

I already created helping stuff (dashed lines), but a and b are still not centered and L in the middle

@startuml
 
skinparam linetype ortho

agent a
frame L
agent b

rectangle R1 {
frame S1
}
rectangle R2 {
frame S2
}

rectangle R3 {
frame S3
}
 
rectangle R4 {
frame S4
}

a -d- R1
a -d- R2
a .d. L
a -d- R3
a -d- R4

S2 .r. L

a .d.. b

L .r. S3

R1 -d- b
R2 -d- b
L .d. b
R3 -d- b
R4 -d- b

@enduml

PS: Version 1.2019.8

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