From 451e33718146b40c4c0594d74f53d31e8e19d8c9 Mon Sep 17 00:00:00 2001 From: kirchsth Date: Thu, 21 Mar 2024 19:40:03 +0100 Subject: [PATCH] #342 Legend displays (unknown) $borderStyle correct --- C4.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4.puml b/C4.puml index 3d7e330..42639f0 100644 --- a/C4.puml +++ b/C4.puml @@ -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 != "")