Skip to content

Commit b244123

Browse files
authored
Fix: $BUSINESS_FILLCOLOR missing made nesting Business_Service incorrect (#48)
* Correct missing that made nesting Business_Service buggy --------- Authored-by: Julien Manteau <[email protected]>
1 parent 97003f7 commit b244123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Archimate.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ skinparam usecase {
228228
!if ($nest == %false())
229229
archimate $BUSINESS_FILLCOLOR "$label" <<business-service>> as $alias
230230
!else
231-
rectangle "$label" <<$archimate/business-service>> as $alias $
231+
rectangle "$label" <<$archimate/business-service>> as $alias $BUSINESS_FILLCOLOR
232232
!endif
233233
!endprocedure
234234
!unquoted procedure Business_Object($alias, $label, $nest=0)
@@ -829,4 +829,4 @@ skinparam usecase {
829829
!endprocedure
830830
!unquoted procedure Rel_Influence_Right($From, $To, $label="")
831831
Rel_($From, $To, $label, ".RIGHT.>")
832-
!endprocedure
832+
!endprocedure

0 commit comments

Comments
 (0)