Should componentBorderColor be used for node, frame, rectangle, database, etc.?

0 votes
asked Mar 20, 2018 in Bug by boshka (3,940 points)

Thank you!
Should there be similar separate parameters for 
node, frame, rectangle, database, etc., or should the componentBorderColor be used for those too (as those are all components too :) )?

1 Answer

0 votes
answered Mar 20, 2018 by plantuml (295,000 points)

Well, you have to use:

@startuml
skinparam componentBorderColor red
skinparam nodeBorderColor blue
component component1
node node1
@enduml

...