Skip to content

$BUSINESS_FILLCOLOR missing made nesting Business_Service incorrect #47

@jmanteau

Description

@jmanteau

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions