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

#342 Legend displays unknown borderStyle values too (instead of $lineStyle) #343

Merged
merged 3 commits into from
Mar 22, 2024

Conversation

kirchsth
Copy link
Member

related to #342

  • Legend displays unknown border style values too (instead of $lineStyle)
@startuml
top to bottom direction

!include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml

AddElementTag("Element", $bgColor="#dddddd", $borderColor="#9a9a9a", $fontColor="#000000", $sprite="", $shadowing="", $borderStyle="Solid", $borderThickness="1")
AddBoundaryTag("Software System", $bgColor="#ffffff", $borderColor="#0b4884", $fontColor="#0b4884", $shadowing="", $borderStyle="Solid", $borderThickness="1")


System_Boundary("Foo_boundary", "Foo", $tags="Software System") {

Container(Foo.Bar, "Bar", $techn="", $descr="desc", $tags="Element", $link="")

}

SHOW_LEGEND(true)
@enduml

It can be tested via my extended branch

BR Helmut

@kirchsth kirchsth added this to the v2.10.0 milestone Mar 21, 2024
@kirchsth kirchsth merged commit 8533d47 into plantuml-stdlib:master Mar 22, 2024
1 check passed
@kirchsth kirchsth deleted the feature/342 branch March 22, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants