- Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
Archimate-PlantUML/Archimate.puml
Line 231 in 97003f7
| rectangle "$label" <<$archimate/business-service>> as $alias $ |
This line
rectangle "$label" <<$archimate/business-service>> as $alias needs to be transformed in
rectangle "$label" <<$archimate/business-service>> as $alias $BUSINESS_FILLCOLOR Then this diagram is working as expected:
@startuml !includeurl Archimate.puml Business_Product(psl01, "Private and Public Cloud", true) { Business_Service(container, "Container", true){ Application_Component(Software_Component_E, "Software Component E") } Business_Service(privatecloud, "Private Cloud") Business_Service(publiccloud, "Public Cloud Platform",true){ Application_Service(Application_D, "Application D") Application_Component(Software_Component_F, "Software Component F") } } @enduml Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done