Skip to content

Boundary styles have to be defined via "skinparam package<<...>>" (too) #128

@kirchsth

Description

@kirchsth

If a (System_)Boundary contains no e.g. System then it has a different visual appearance, like below.

@startuml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml

System_Boundary(c1, "Sample System Boundary") {
System(twitter, "Twitter")
}

System_Boundary(c2, "Sample System2 Boundary") {
}
@enduml

not working

The problem is that the corresponding "skinparam package" defintions are missing too.
(details see https://forum.plantuml.net/12761/rectangle-with-sub-entries-uses-different-font-style-color)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions