mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02:00
Add support for node(-ellipse shape-) in flow charts
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
color:#333
|
||||
}
|
||||
|
||||
.node rect, .node circle, .node polygon {
|
||||
.node rect,
|
||||
.node circle,
|
||||
.node ellipse,
|
||||
.node polygon {
|
||||
fill: @mainBkg;
|
||||
stroke: @nodeBorder;
|
||||
stroke-width: 1px;
|
||||
@@ -23,4 +26,4 @@ color:#333
|
||||
|
||||
.cluster text {
|
||||
fill:@titleColor;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user