Arrows thickness parameter not working

0 votes
asked Aug 31, 2022 in Bug by GrandeTiti (140 points)

Hi,

For the deployment diagram, it seems the thickness parameter of the arrow is not working in the latest versions.

Best regards 

@startuml
title Bracketed line style mix
node foo
foo --> bar                             : ∅
foo -[#red,thickness=1]-> bar1          : [#red,1]
foo -[#red,dashed,thickness=2]-> bar2   : [#red,dashed,2]
foo -[#green,dashed,thickness=4]-> bar3 : [#green,dashed,4]
foo -[#blue,dotted,thickness=8]-> bar4  : [blue,dotted,8]
foo -[#blue,plain,thickness=16]-> bar5  : [blue,plain,16]
foo -[#blue;#green,dashed,thickness=4]-> bar6  : [blue;green,dashed,4]
@enduml

commented Aug 31, 2022 by The-Lu (63,920 points)

Hello G.,

  • What is your version?

On v1.2022.8beta2, we can see:

If that can help,
Regards.

commented Aug 31, 2022 by GrandeTiti (140 points)
The latest 1.2022.7, not the beta version.

Thank you for the fast answer.

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