Skip to content

Commit

Permalink
Merge pull request #343 from kirchsth/feature/342
Browse files Browse the repository at this point in the history
#342 Legend displays unknown borderStyle values too (instead of $lineStyle)
  • Loading branch information
kirchsth authored Mar 22, 2024
2 parents 1bf2085 + 451e337 commit 8533d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C4.puml
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ $elementSkin
!elseif ($borderStyle == $SOLID_LINE)
!$tagDetails = $tagDetails + $LEGEND_SOLID_LINE + ", "
!else
!$tagDetails = $tagDetails + $lineStyle + ", "
!$tagDetails = $tagDetails + $borderStyle + ", "
!endif
!endif
!if ($borderThickness != "")
Expand Down

0 comments on commit 8533d47

Please sign in to comment.