Test:Mermaid: Difference between revisions

From Resonite Wiki
No edit summary
No edit summary
Line 34: Line 34:


{{#mermaid:flowchart RL
{{#mermaid:flowchart RL
    B[Avatar/Color]
     A["World/Color"]
     A["World/Color"]
     C["Variable inside"]
     C["Variable inside"]
     Proxy["Avatar/Color"]
     ProxyAvatarHips["Avatar/Hips"]
     D --> Proxy
    ProxyAvatar["Avatar"]
     D --> ProxyAvatarHips
    ProxyAvatar -.-> Avatar
    ProxyAvatarHips --> ProxyAvatar
   
     subgraph outer [Outside]
     subgraph outer [Outside]
         C --> D
         C --> D
         subgraph World
         subgraph World
             subgraph Avatar
             subgraph Avatar
                B <-.-> D
                 Proxy --> Avatar
                 Proxy --> Avatar
             end
             end

Revision as of 18:29, 31 March 2024