Skip to content

Commit d3a025a

Browse files
committed
Merge pull request #237 from spect88/ellipse-syntax
Ellipse syntax
2 parents 1a60b6e + 51d5c90 commit d3a025a

17 files changed

+791
-697
lines changed

dist/mermaid.css

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
/* Sequence Diagram variables */
33
/* Gantt chart variables */
44
.mermaid .label {
5-
color: #333333;
5+
color: #333;
66
}
77
.node rect,
88
.node circle,
9+
.node ellipse,
910
.node polygon {
10-
fill: #ececff;
11-
stroke: #ccccff;
11+
fill: #ECECFF;
12+
stroke: #CCCCFF;
1213
stroke-width: 1px;
1314
}
1415
.edgePath .path {
@@ -21,11 +22,11 @@
2122
stroke-width: 1px !important;
2223
}
2324
.cluster text {
24-
fill: #333333;
25+
fill: #333;
2526
}
2627
.actor {
27-
stroke: #ccccff;
28-
fill: #ececff;
28+
stroke: #CCCCFF;
29+
fill: #ECECFF;
2930
}
3031
text.actor {
3132
fill: black;
@@ -38,27 +39,27 @@ text.actor {
3839
stroke-width: 1.5;
3940
stroke-dasharray: "2 2";
4041
marker-end: "url(#arrowhead)";
41-
stroke: #333333;
42+
stroke: #333;
4243
}
4344
.messageLine1 {
4445
stroke-width: 1.5;
4546
stroke-dasharray: "2 2";
46-
stroke: #333333;
47+
stroke: #333;
4748
}
4849
#arrowhead {
49-
fill: #333333;
50+
fill: #333;
5051
}
5152
#crosshead path {
52-
fill: #333333 !important;
53-
stroke: #333333 !important;
53+
fill: #333 !important;
54+
stroke: #333 !important;
5455
}
5556
.messageText {
56-
fill: #333333;
57+
fill: #333;
5758
stroke: none;
5859
}
5960
.labelBox {
60-
stroke: #ccccff;
61-
fill: #ececff;
61+
stroke: #CCCCFF;
62+
fill: #ECECFF;
6263
}
6364
.labelText {
6465
fill: black;
@@ -72,7 +73,7 @@ text.actor {
7273
stroke-width: 2;
7374
stroke-dasharray: "2 2";
7475
marker-end: "url(#arrowhead)";
75-
stroke: #ccccff;
76+
stroke: #CCCCFF;
7677
}
7778
.note {
7879
stroke: #aaaa33;
@@ -101,16 +102,16 @@ text.actor {
101102
opacity: 0.2;
102103
}
103104
.sectionTitle0 {
104-
fill: #333333;
105+
fill: #333;
105106
}
106107
.sectionTitle1 {
107-
fill: #333333;
108+
fill: #333;
108109
}
109110
.sectionTitle2 {
110-
fill: #333333;
111+
fill: #333;
111112
}
112113
.sectionTitle3 {
113-
fill: #333333;
114+
fill: #333;
114115
}
115116
.sectionTitle {
116117
text-anchor: start;

dist/mermaid.forest.css

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
/* Gantt chart variables */
44
.mermaid .label {
55
font-family: 'trebuchet ms', verdana, arial;
6-
color: #333333;
6+
color: #333;
77
}
88
.node rect,
99
.node circle,
10+
.node ellipse,
1011
.node polygon {
1112
fill: #cde498;
1213
stroke: #13540c;
@@ -23,7 +24,7 @@
2324
stroke-width: 1px !important;
2425
}
2526
.cluster text {
26-
fill: #333333;
27+
fill: #333;
2728
}
2829
.actor {
2930
stroke: #13540c;
@@ -40,22 +41,22 @@ text.actor {
4041
stroke-width: 1.5;
4142
stroke-dasharray: "2 2";
4243
marker-end: "url(#arrowhead)";
43-
stroke: #333333;
44+
stroke: #333;
4445
}
4546
.messageLine1 {
4647
stroke-width: 1.5;
4748
stroke-dasharray: "2 2";
48-
stroke: #333333;
49+
stroke: #333;
4950
}
5051
#arrowhead {
51-
fill: #333333;
52+
fill: #333;
5253
}
5354
#crosshead path {
54-
fill: #333333 !important;
55-
stroke: #333333 !important;
55+
fill: #333 !important;
56+
stroke: #333 !important;
5657
}
5758
.messageText {
58-
fill: #333333;
59+
fill: #333;
5960
stroke: none;
6061
}
6162
.labelBox {
@@ -103,16 +104,16 @@ text.actor {
103104
opacity: 0.2;
104105
}
105106
.sectionTitle0 {
106-
fill: #333333;
107+
fill: #333;
107108
}
108109
.sectionTitle1 {
109-
fill: #333333;
110+
fill: #333;
110111
}
111112
.sectionTitle2 {
112-
fill: #333333;
113+
fill: #333;
113114
}
114115
.sectionTitle3 {
115-
fill: #333333;
116+
fill: #333;
116117
}
117118
.sectionTitle {
118119
text-anchor: start;

dist/mermaid.js

Lines changed: 147 additions & 132 deletions
Large diffs are not rendered by default.

dist/mermaid.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mermaid.slim.js

Lines changed: 147 additions & 132 deletions
Large diffs are not rendered by default.

dist/mermaid.slim.min.js

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mermaidAPI.js

Lines changed: 147 additions & 132 deletions
Large diffs are not rendered by default.

dist/mermaidAPI.min.js

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mermaidAPI.slim.js

Lines changed: 147 additions & 132 deletions
Large diffs are not rendered by default.

dist/mermaidAPI.slim.min.js

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)