Skip to content

Commit

Permalink
Fix: $BUSINESS_FILLCOLOR missing made nesting Business_Service incor…
Browse files Browse the repository at this point in the history
…rect (#48)

* Correct  missing that made nesting Business_Service buggy

---------

Authored-by: Julien Manteau <[email protected]>
  • Loading branch information
jmanteau authored Sep 23, 2024
1 parent 97003f7 commit b244123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Archimate.puml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ skinparam usecase {
!if ($nest == %false())
archimate $BUSINESS_FILLCOLOR "$label" <<business-service>> as $alias
!else
rectangle "$label" <<$archimate/business-service>> as $alias $
rectangle "$label" <<$archimate/business-service>> as $alias $BUSINESS_FILLCOLOR
!endif
!endprocedure
!unquoted procedure Business_Object($alias, $label, $nest=0)
Expand Down Expand Up @@ -829,4 +829,4 @@ skinparam usecase {
!endprocedure
!unquoted procedure Rel_Influence_Right($From, $To, $label="")
Rel_($From, $To, $label, ".RIGHT.>")
!endprocedure
!endprocedure

0 comments on commit b244123

Please sign in to comment.