Improve multi-arrows position (and especially arrow's shift)[on Deployment]

0 votes
asked Feb 9, 2021 in Wanted features by The-Lu (63,920 points)

Hello PlantUML team,

With today's tests (on v. 1.2021.2beta5), on multi-arrows:
It seems OK with Activity diagram (cf. Functionality QA-4411 and minor Wanted Features QA-11822):

@startuml
scale 5
:A;
-[#red;#green;#blue]->
:B;
@enduml


[See on PlantUML online server]

But on Deployment, we observe an arrow shift between each arrows:

@startuml
scale 5
A -[#red;#green;#blue]>  B
@enduml


[See on PlantUML server]

Or other test on component:

@startuml
scale 2
[A] -[#red;#green;#blue]> [B]
@enduml

  • Could you improve multi-arrow positions, on Deployment diagram?

Thanks for your support,
Regards,
Th.

commented Feb 10, 2021 by albert (3,520 points)
Note:

the fact that the line runs in the activity diagram through the arrow head. This is not the case in case of the other 2 presented diagrams.

It looks like the blue line in the activity diagram is smaller than e.g. the green line.
commented Feb 10, 2021 by The-Lu (63,920 points)

Hello A.,

Here are some other tests, with colorArrowSeparationSpace, to compare on Activity diagram:

@startuml
scale 5
skinparam colorArrowSeparationSpace 0
:A;
-[#red;#green;#blue]->
:B;
@enduml
@startuml
scale 5
skinparam colorArrowSeparationSpace 1
:A;
-[#red;#green;#blue]->
:B;
@enduml
@startuml
scale 5
skinparam colorArrowSeparationSpace 5
:A;
-[#red;#green;#blue]->
:B;
@enduml

But my main wanted feature is now for Component or Deployment diagram.

Regards,
Th.

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