componentBorderColor does not work for all notations

0 votes
asked Feb 14, 2018 in Bug by boshka (3,900 points)

Related to: http://forum.plantuml.net/6897/is-it-possible-to-hide-borders

Should componentBorderColor work for other all notations? Why it does not work for component 1 in the example below?

@startuml
    skinparam componentBorderColor transparent
    component 1 {
    }
    [2] as Comp2
@enduml

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuL80WkBipBo2nAB4N8Na_Do2_BpKl1Ad_AAKr2Bd_9py8eMIeiIyOg0yK1Yi7Av8mL2X6YnI2oQZZM8L4eiLd87IHbmEgNafGFC1

1 Answer

0 votes
answered Feb 14, 2018 by plantuml (294,660 points)
Thanks for the report !

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

Note that "transparent" color is not well managed for borders : it is actually printed as "white"
...