skinparam PartitionBorderColor does not work

0 votes
asked Nov 18, 2017 in To be sorted by anonymous

somehow the skinparam PartitionBorderColor does not work. The colour remains black.

@startuml
skinparam PartitionBorderColor blue

start
partition Initialization {
    :read config file;
    :init internal variable;
}
partition Running {
    :wait for user interaction;
    :print information;
}

stop
@enduml

1 Answer

0 votes
answered Nov 20, 2017 by plantuml (295,000 points)
Thanks for the feedback!

This is fixed in last beta http://beta.plantuml.net/plantuml.jar

Regards,
...