Skip to content

Commit c05cd90

Browse files
committed
Fix handwritten background style not showing
1 parent 74ba43e commit c05cd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/plantuml-stdlib/stdlib/archimate/themes/shared_style.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skinparam StereotypeAlignment right
99
skinparam lineType $ARCH_LINETYPE
1010

1111
' fallback values if theme does not define it
12-
!global $ARCH_DEFAULT_BACKGROUND = "#white"
12+
!global $ARCH_DEFAULT_BACKGROUND ?= "#white"
1313
!global $ARCH_DEFAULT_FONT ?= "Verdana"
1414
!global $ARCH_DEFAULT_FONTSIZE ?= 12
1515
!global $ARCH_HANDWRITTEN_BACKGROUND ?= "#eeebdc"

0 commit comments

Comments
 (0)