Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kirchsth opened this issue Mar 4, 2021 · 0 comments · Fixed by #131
Closed

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

kirchsth opened this issue Mar 4, 2021 · 0 comments · Fixed by #131
Milestone

Comments

@kirchsth
Copy link
Contributor

kirchsth commented Mar 4, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants