fix a001 error

pull/325/head
Giuliano Santandrea 3 years ago committed by kirchsth
parent 3a379dd76a
commit ef164b6345

@ -106,9 +106,9 @@ rectangle C4VersionDetailsArea <<legendArea>> [
!global $DOTTED_LINE = "dotted" !global $DOTTED_LINE = "dotted"
!global $DASHED_LINE = "dashed" !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 ' 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_NONE = "none"
!global $LEGEND_DETAILS_NORMAL = "normal" !global $LEGEND_DETAILS_NORMAL = "normal"

Loading…
Cancel
Save