Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions C4.puml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ rectangle C4VersionDetailsArea <<legendArea>> [

!global $DOTTED_LINE = "dotted"
!global $DASHED_LINE = "dashed"
!global $BOLD_LINE ?= "bold"
!$BOLD_LINE ?= "bold"
' solid is not defined in plantUML, but works as reset of all other styles too
!global $SOLID_LINE ?= "solid"
!$SOLID_LINE ?= "solid"

!global $LEGEND_DETAILS_NONE = "none"
!global $LEGEND_DETAILS_NORMAL = "normal"
Expand Down