Skip to content

Commit 5cd25af

Browse files
author
markschenk
committed
Corrected bug skinparam for usecase
1 parent f45ec7e commit 5cd25af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/C4.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ skinparam rectangle<<boundary>> {
157157

158158
!unquoted procedure $defineSkinparams($tagStereo, $bgColor, $fontColor, $borderColor, $shadowing)
159159
!$tagSkin = $elementTagSkinparams("rectangle", $tagStereo, $bgColor, $fontColor, $borderColor, $shadowing)
160-
!$tagSkin = $elementTagSkinparams("usecase", $tagStereo, $bgColor, $fontColor, $borderColor, $shadowing)
160+
!$tagSkin = $tagSkin + $elementTagSkinparams("usecase", $tagStereo, $bgColor, $fontColor, $borderColor, $shadowing)
161161
!$tagSkin = $tagSkin + $elementTagSkinparams("database", $tagStereo, $bgColor, $fontColor, $borderColor, $shadowing)
162162
!$tagSkin = $tagSkin + $elementTagSkinparams("queue", $tagStereo, $bgColor, $fontColor, $borderColor, $shadowing)
163163
!if ($tagStereo == "boundary" && $bgColor!="")

0 commit comments

Comments
 (0)