mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Merge branch '2057_direction_chang_composite_states' into develop
This commit is contained in:
@@ -103,7 +103,7 @@ g.stateGroup line {
|
|||||||
}
|
}
|
||||||
.node polygon {
|
.node polygon {
|
||||||
fill: ${options.mainBkg};
|
fill: ${options.mainBkg};
|
||||||
stroke: ${options.nodeBorder};
|
stroke: ${options.stateBorder || options.nodeBorder};;
|
||||||
stroke-width: 1px;
|
stroke-width: 1px;
|
||||||
}
|
}
|
||||||
#statediagram-barbEnd {
|
#statediagram-barbEnd {
|
||||||
|
Reference in New Issue
Block a user