Skinparam NoteBorderThickness seems not to work

0 votes
asked Aug 6, 2018 in Bug by anonymous

Hello,

in an activity diagram, I tried to change the thickness of borders for notes using skinparam, but the thickness remains unchanged. I could change the color of the border successfully.

Plantuml version used : 1.2018.09

@startuml
skinparam NoteBorderThickness 10
skinparam NoteBorderColor green

start
-> Test 1;
:Test 2;
note right: Hello Note
-> Test 4;
:**Test 5;
stop
@enduml

Thanks a lot

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