mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-06 15:49:44 +02:00
feat(flowchart): implement double circle node
The implementation uses two circles, inside each other. A double circle node is opend with `()(` and closed with `)()`.
This commit is contained in:
@@ -1047,6 +1047,7 @@
|
||||
L1[/red text\] <-->|default style| L2[/blue text\]
|
||||
M1[\red text/] <-->|default style| M2[\blue text/]
|
||||
N1[red text] <-->|default style| N2[blue text]
|
||||
O1()(red text)() <-->|default style| O2()(blue text)()
|
||||
linkStyle default color:Sienna;
|
||||
style A1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
|
||||
style B1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
|
||||
@@ -1062,6 +1063,7 @@
|
||||
style L1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
|
||||
style M1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
|
||||
style N1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
|
||||
style O1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
|
||||
style A2 stroke:#0000ff,fill:#ccccff,color:#0000ff
|
||||
style B2 stroke:#0000ff,fill:#ccccff,color:#0000ff
|
||||
style C2 stroke:#0000ff,fill:#ccccff,color:#0000ff
|
||||
@@ -1076,6 +1078,7 @@
|
||||
style L2 stroke:#0000ff,fill:#ccccff,color:#0000ff
|
||||
style M2 stroke:#0000ff,fill:#ccccff,color:#0000ff
|
||||
style N2 stroke:#0000ff,fill:#ccccff,color:#0000ff
|
||||
style O2 stroke:#0000ff,fill:#ccccff,color:#0000ff
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
Reference in New Issue
Block a user