partition label background color

0 votes
asked Nov 18, 2017 in Wanted features by anonymous
A custom skinparam only for the background color of the partition labels would be nice. In this case the labels' Running' and' Initialization' would have a blue background color.

@startuml
skinparam PartitionLabelBorderColor blue

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

stop
@enduml
commented Nov 21, 2017 by mgrol (3,150 points)

1 Answer

0 votes
answered Nov 28, 2017 by anonymous
no, it not a dublicat. Is a feature request. With new skinparam PartitionLabelBorderColor (suggestion) only the background color of the tab of partition should be changed.

I would upload an explanatory picture, but i couldn't figure out how it works in this forum with the editor.
commented Nov 28, 2017 by plantuml (298,440 points)
I think we've understood the request. However, due to internal code organization, it's not so easy to implement...
We'll post a message here when ready.
Regards,
...