Add support for node(-ellipse shape-) in flow charts

This commit is contained in:
Tomasz Szczęśniak-Szlagowski
2015-10-24 23:34:21 +01:00
parent 1a60b6e412
commit e4d25ed9cd
5 changed files with 30 additions and 4 deletions

View File

@@ -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;
}
}