Is it possible to hide borders?

0 votes
asked Dec 18, 2017 in To be sorted by Rupert Madden-Abbott
Specifically, I want to hide the border of a component.

1 Answer

+2 votes
answered Dec 19, 2017 by Serge Wenger Work (15,620 points)

Please give always an example:

@startuml
skinparam  component {
   BorderColor<<special>> transparent
}
[First component]
[Another component] as Comp2 <<special>>

@enduml

Is this what you want?

commented Feb 14, 2018 by boshka (3,900 points)
should this work for other component notations? Why it does not work for component 1 in the example below?

@startuml
    skinparam componentBorderColor transparent
    component 1 {
    }
    [2] as Comp2
@enduml
commented Feb 14, 2018 by Serge Wenger Work (15,620 points)
Hello,
I think it is a bug. I cannot do anything, because I am not the developper. Please create a new discussion on the forum.
...