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

fix AddNodeTag() call + SHOW_FLOATING_LEGEND() uses small details as default #335

Merged
merged 2 commits into from
Feb 3, 2024

Conversation

kirchsth
Copy link
Member

@kirchsth kirchsth commented Jan 27, 2024

related to #334

  • AddNodeTag() is fixed that it can be used like all other Add*Tag() calls.
  • SHOW_FLOATING_LEGEND() is fixed that default size of details is small.
@startuml 

!include http://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Deployment.puml

AddNodeTag("nodeTag", $borderColor="orange", $borderThickness="3")

Boundary(b5, "Boundary 5") {
  Node(node, "Node", "Type", "Optional Description", $tags="nodeTag")
  Node(node2, "Node2", "Type", "Optional Description")
}

SHOW_FLOATING_LEGEND()
@enduml

It can be tested via my extended branch

wemu can you please test it.
(atm it looks the the online server has sometimes problems with include, if this is the case please test it with a local plantuml version)
BR Helmut

@kirchsth kirchsth changed the title fix AddNodeTag() call fix AddNodeTag() call + SHOW_FLOATING_LEGEND() uses small details as default Jan 27, 2024
@kirchsth kirchsth self-assigned this Jan 27, 2024
@kirchsth kirchsth added this to the v2.9.0 milestone Jan 27, 2024
@kirchsth kirchsth merged commit 93bcf8d into plantuml-stdlib:master Feb 3, 2024
1 check passed
@kirchsth kirchsth deleted the feature/334_AddNodeTag branch February 3, 2024 21:17
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