diff --git a/d2layouts/d2sequence/constants.go b/d2layouts/d2sequence/constants.go
index 0973b3ca2..67bd7b306 100644
--- a/d2layouts/d2sequence/constants.go
+++ b/d2layouts/d2sequence/constants.go
@@ -32,8 +32,9 @@ const LIFELINE_STROKE_DASH int = 6
const LIFELINE_LABEL_PAD = 5.
const (
- GROUP_Z_INDEX = 1
- SPAN_Z_INDEX = 2
- MESSAGE_Z_INDEX = 3
- NOTE_Z_INDEX = 4
+ GROUP_Z_INDEX = 1
+ LIFELINE_Z_INDEX = 2
+ SPAN_Z_INDEX = 3
+ MESSAGE_Z_INDEX = 4
+ NOTE_Z_INDEX = 5
)
diff --git a/d2layouts/d2sequence/sequence_diagram.go b/d2layouts/d2sequence/sequence_diagram.go
index 3d424d11c..8a4385103 100644
--- a/d2layouts/d2sequence/sequence_diagram.go
+++ b/d2layouts/d2sequence/sequence_diagram.go
@@ -292,6 +292,7 @@ func (sd *sequenceDiagram) addLifelineEdges() {
},
DstArrow: false,
Route: []*geo.Point{actorBottom, actorLifelineEnd},
+ ZIndex: LIFELINE_Z_INDEX,
})
}
}
diff --git a/e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/board.exp.json
index f0e06e2ca..f06d31ed2 100644
--- a/e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/board.exp.json
@@ -855,7 +855,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b <-> c)[0]",
@@ -894,7 +894,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> d)[0]",
@@ -933,7 +933,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(d -> e)[0]",
@@ -972,7 +972,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(e -> f)[0]",
@@ -1011,7 +1011,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(f -> g)[0]",
@@ -1050,7 +1050,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(g -> h)[0]",
@@ -1089,7 +1089,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(h -> i)[0]",
@@ -1128,7 +1128,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(i -> j)[0]",
@@ -1167,7 +1167,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(j -> k)[0]",
@@ -1206,7 +1206,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(k -> l)[0]",
@@ -1245,7 +1245,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(l -> m)[0]",
@@ -1284,7 +1284,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(m -> n)[0]",
@@ -1323,7 +1323,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(n -> o)[0]",
@@ -1362,7 +1362,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(o -> p)[0]",
@@ -1401,7 +1401,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(p -> q)[0]",
@@ -1440,7 +1440,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(q -> r)[0]",
@@ -1479,7 +1479,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(r -> s)[0]",
@@ -1518,7 +1518,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(s -> t)[0]",
@@ -1557,7 +1557,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -- )[0]",
@@ -1596,7 +1596,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(b -- )[0]",
@@ -1635,7 +1635,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(c -- )[0]",
@@ -1674,7 +1674,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(d -- )[0]",
@@ -1713,7 +1713,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(e -- )[0]",
@@ -1752,7 +1752,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(f -- )[0]",
@@ -1791,7 +1791,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(g -- )[0]",
@@ -1830,7 +1830,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(h -- )[0]",
@@ -1869,7 +1869,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(i -- )[0]",
@@ -1908,7 +1908,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(j -- )[0]",
@@ -1947,7 +1947,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(k -- )[0]",
@@ -1986,7 +1986,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(l -- )[0]",
@@ -2025,7 +2025,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(m -- )[0]",
@@ -2064,7 +2064,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(n -- )[0]",
@@ -2103,7 +2103,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(o -- )[0]",
@@ -2142,7 +2142,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(p -- )[0]",
@@ -2181,7 +2181,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(q -- )[0]",
@@ -2220,7 +2220,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(r -- )[0]",
@@ -2259,7 +2259,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(s -- )[0]",
@@ -2298,7 +2298,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(t -- )[0]",
@@ -2337,7 +2337,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_all_shapes/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_all_shapes/elk/board.exp.json
index f0e06e2ca..f06d31ed2 100644
--- a/e2etests/testdata/stable/sequence_diagram_all_shapes/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_all_shapes/elk/board.exp.json
@@ -855,7 +855,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b <-> c)[0]",
@@ -894,7 +894,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> d)[0]",
@@ -933,7 +933,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(d -> e)[0]",
@@ -972,7 +972,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(e -> f)[0]",
@@ -1011,7 +1011,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(f -> g)[0]",
@@ -1050,7 +1050,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(g -> h)[0]",
@@ -1089,7 +1089,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(h -> i)[0]",
@@ -1128,7 +1128,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(i -> j)[0]",
@@ -1167,7 +1167,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(j -> k)[0]",
@@ -1206,7 +1206,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(k -> l)[0]",
@@ -1245,7 +1245,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(l -> m)[0]",
@@ -1284,7 +1284,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(m -> n)[0]",
@@ -1323,7 +1323,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(n -> o)[0]",
@@ -1362,7 +1362,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(o -> p)[0]",
@@ -1401,7 +1401,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(p -> q)[0]",
@@ -1440,7 +1440,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(q -> r)[0]",
@@ -1479,7 +1479,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(r -> s)[0]",
@@ -1518,7 +1518,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(s -> t)[0]",
@@ -1557,7 +1557,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -- )[0]",
@@ -1596,7 +1596,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(b -- )[0]",
@@ -1635,7 +1635,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(c -- )[0]",
@@ -1674,7 +1674,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(d -- )[0]",
@@ -1713,7 +1713,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(e -- )[0]",
@@ -1752,7 +1752,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(f -- )[0]",
@@ -1791,7 +1791,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(g -- )[0]",
@@ -1830,7 +1830,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(h -- )[0]",
@@ -1869,7 +1869,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(i -- )[0]",
@@ -1908,7 +1908,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(j -- )[0]",
@@ -1947,7 +1947,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(k -- )[0]",
@@ -1986,7 +1986,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(l -- )[0]",
@@ -2025,7 +2025,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(m -- )[0]",
@@ -2064,7 +2064,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(n -- )[0]",
@@ -2103,7 +2103,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(o -- )[0]",
@@ -2142,7 +2142,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(p -- )[0]",
@@ -2181,7 +2181,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(q -- )[0]",
@@ -2220,7 +2220,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(r -- )[0]",
@@ -2259,7 +2259,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(s -- )[0]",
@@ -2298,7 +2298,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(t -- )[0]",
@@ -2337,7 +2337,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_groups/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_groups/dagre/board.exp.json
index ed029f471..1eada8b3a 100644
--- a/e2etests/testdata/stable/sequence_diagram_groups/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_groups/dagre/board.exp.json
@@ -345,7 +345,7 @@
"labelWidth": 166,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -422,7 +422,7 @@
"labelWidth": 68,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -460,7 +460,7 @@
"underline": false,
"labelWidth": 25,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -498,7 +498,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -536,7 +536,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
}
],
@@ -578,7 +578,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -> b)[1]",
@@ -617,7 +617,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> c)[0]",
@@ -656,7 +656,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> b)[0]",
@@ -695,7 +695,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> b)[1]",
@@ -734,7 +734,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b.t1 -> c.t1)[0]",
@@ -773,7 +773,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b.t1.t2 -> c.t1)[0]",
@@ -812,7 +812,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c.t1 -> b.t1)[0]",
@@ -851,7 +851,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> c)[1]",
@@ -890,7 +890,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> b)[2]",
@@ -929,7 +929,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -- )[0]",
@@ -968,7 +968,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(b -- )[0]",
@@ -1007,7 +1007,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(c -- )[0]",
@@ -1046,7 +1046,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(d -- )[0]",
@@ -1085,7 +1085,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_groups/dagre/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_groups/dagre/sketch.exp.svg
index af4ca4cec..5b76838f8 100644
--- a/e2etests/testdata/stable/sequence_diagram_groups/dagre/sketch.exp.svg
+++ b/e2etests/testdata/stable/sequence_diagram_groups/dagre/sketch.exp.svg
@@ -14,7 +14,7 @@ width="1069" height="2311" viewBox="-100 -50 1069 2311">abcdggggroup 1group bchoonested guy lalaeyokayokaywhat would arnold saythis note
+abcdggggroup 1group bchoonested guy lalaeyokayokaywhat would arnold saythis note
diff --git a/e2etests/testdata/stable/sequence_diagram_groups/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_groups/elk/board.exp.json
index ed029f471..1eada8b3a 100644
--- a/e2etests/testdata/stable/sequence_diagram_groups/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_groups/elk/board.exp.json
@@ -345,7 +345,7 @@
"labelWidth": 166,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -422,7 +422,7 @@
"labelWidth": 68,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -460,7 +460,7 @@
"underline": false,
"labelWidth": 25,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -498,7 +498,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -536,7 +536,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
}
],
@@ -578,7 +578,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -> b)[1]",
@@ -617,7 +617,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> c)[0]",
@@ -656,7 +656,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> b)[0]",
@@ -695,7 +695,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> b)[1]",
@@ -734,7 +734,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b.t1 -> c.t1)[0]",
@@ -773,7 +773,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b.t1.t2 -> c.t1)[0]",
@@ -812,7 +812,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c.t1 -> b.t1)[0]",
@@ -851,7 +851,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> c)[1]",
@@ -890,7 +890,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> b)[2]",
@@ -929,7 +929,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -- )[0]",
@@ -968,7 +968,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(b -- )[0]",
@@ -1007,7 +1007,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(c -- )[0]",
@@ -1046,7 +1046,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(d -- )[0]",
@@ -1085,7 +1085,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_groups/elk/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_groups/elk/sketch.exp.svg
index af4ca4cec..5b76838f8 100644
--- a/e2etests/testdata/stable/sequence_diagram_groups/elk/sketch.exp.svg
+++ b/e2etests/testdata/stable/sequence_diagram_groups/elk/sketch.exp.svg
@@ -14,7 +14,7 @@ width="1069" height="2311" viewBox="-100 -50 1069 2311">abcdggggroup 1group bchoonested guy lalaeyokayokaywhat would arnold saythis note
+abcdggggroup 1group bchoonested guy lalaeyokayokaywhat would arnold saythis note
diff --git a/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json
index ca680e34e..227a4b694 100644
--- a/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json
@@ -75,7 +75,7 @@
"underline": false,
"labelWidth": 31,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -152,7 +152,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -229,7 +229,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -267,7 +267,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -344,7 +344,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -382,7 +382,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 31,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -420,7 +420,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -497,7 +497,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -535,7 +535,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 31,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -573,7 +573,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -611,7 +611,7 @@
"underline": false,
"labelWidth": 14,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -688,7 +688,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -726,7 +726,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 31,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -764,7 +764,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -802,7 +802,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -840,7 +840,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 6
},
{
@@ -878,7 +878,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
}
],
@@ -920,7 +920,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(itemResponse.a -> item.a.b)[0]",
@@ -959,7 +959,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(item.a.b -> essayRubric.a.b.c)[0]",
@@ -998,7 +998,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(essayRubric.a.b.c -> concept.a.b.c.d)[0]",
@@ -1037,7 +1037,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(item.a -> essayRubric.a.b)[0]",
@@ -1076,7 +1076,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(concept.a.b.c.d -> itemOutcome.a.b.c.d.e)[0]",
@@ -1115,7 +1115,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.abc -> item.a)[0]",
@@ -1154,7 +1154,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(itemOutcome.a.b.c.d.e -> scorer)[0]",
@@ -1193,7 +1193,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer -> itemResponse.c)[0]",
@@ -1232,7 +1232,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer -- )[0]",
@@ -1271,7 +1271,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(itemResponse -- )[0]",
@@ -1310,7 +1310,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(item -- )[0]",
@@ -1349,7 +1349,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(essayRubric -- )[0]",
@@ -1388,7 +1388,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(concept -- )[0]",
@@ -1427,7 +1427,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(itemOutcome -- )[0]",
@@ -1466,7 +1466,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_nested_span/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_nested_span/elk/board.exp.json
index ca680e34e..227a4b694 100644
--- a/e2etests/testdata/stable/sequence_diagram_nested_span/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_nested_span/elk/board.exp.json
@@ -75,7 +75,7 @@
"underline": false,
"labelWidth": 31,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -152,7 +152,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -229,7 +229,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -267,7 +267,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -344,7 +344,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -382,7 +382,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 31,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -420,7 +420,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -497,7 +497,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -535,7 +535,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 31,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -573,7 +573,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -611,7 +611,7 @@
"underline": false,
"labelWidth": 14,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -688,7 +688,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -726,7 +726,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 31,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -764,7 +764,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -802,7 +802,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -840,7 +840,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 6
},
{
@@ -878,7 +878,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
}
],
@@ -920,7 +920,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(itemResponse.a -> item.a.b)[0]",
@@ -959,7 +959,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(item.a.b -> essayRubric.a.b.c)[0]",
@@ -998,7 +998,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(essayRubric.a.b.c -> concept.a.b.c.d)[0]",
@@ -1037,7 +1037,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(item.a -> essayRubric.a.b)[0]",
@@ -1076,7 +1076,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(concept.a.b.c.d -> itemOutcome.a.b.c.d.e)[0]",
@@ -1115,7 +1115,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.abc -> item.a)[0]",
@@ -1154,7 +1154,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(itemOutcome.a.b.c.d.e -> scorer)[0]",
@@ -1193,7 +1193,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer -> itemResponse.c)[0]",
@@ -1232,7 +1232,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer -- )[0]",
@@ -1271,7 +1271,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(itemResponse -- )[0]",
@@ -1310,7 +1310,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(item -- )[0]",
@@ -1349,7 +1349,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(essayRubric -- )[0]",
@@ -1388,7 +1388,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(concept -- )[0]",
@@ -1427,7 +1427,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(itemOutcome -- )[0]",
@@ -1466,7 +1466,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_note/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_note/dagre/board.exp.json
index 5ca5fbedb..2e2835f6a 100644
--- a/e2etests/testdata/stable/sequence_diagram_note/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_note/dagre/board.exp.json
@@ -193,7 +193,7 @@
"labelWidth": 90,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -232,7 +232,7 @@
"labelWidth": 150,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -271,7 +271,7 @@
"labelWidth": 293,
"labelHeight": 42,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -310,7 +310,7 @@
"labelWidth": 441,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
}
],
@@ -352,7 +352,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> c)[0]",
@@ -391,7 +391,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> b)[0]",
@@ -430,7 +430,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -- )[0]",
@@ -469,7 +469,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(b -- )[0]",
@@ -508,7 +508,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(c -- )[0]",
@@ -547,7 +547,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(d -- )[0]",
@@ -586,7 +586,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_note/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_note/elk/board.exp.json
index 5ca5fbedb..2e2835f6a 100644
--- a/e2etests/testdata/stable/sequence_diagram_note/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_note/elk/board.exp.json
@@ -193,7 +193,7 @@
"labelWidth": 90,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -232,7 +232,7 @@
"labelWidth": 150,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -271,7 +271,7 @@
"labelWidth": 293,
"labelHeight": 42,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
},
{
@@ -310,7 +310,7 @@
"labelWidth": 441,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 2
}
],
@@ -352,7 +352,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> c)[0]",
@@ -391,7 +391,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(c -> b)[0]",
@@ -430,7 +430,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -- )[0]",
@@ -469,7 +469,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(b -- )[0]",
@@ -508,7 +508,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(c -- )[0]",
@@ -547,7 +547,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(d -- )[0]",
@@ -586,7 +586,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_real/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_real/dagre/board.exp.json
index afb7e2f65..b674a70ba 100644
--- a/e2etests/testdata/stable/sequence_diagram_real/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_real/dagre/board.exp.json
@@ -349,7 +349,7 @@
"labelWidth": 218,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 3
},
{
@@ -426,7 +426,7 @@
"underline": false,
"labelWidth": 50,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -542,7 +542,7 @@
"underline": false,
"labelWidth": 52,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
}
],
@@ -584,7 +584,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2ast -> CLI)[0]",
@@ -623,7 +623,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(CLI -> d2compiler)[0]",
@@ -662,7 +662,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2compiler -> CLI)[0]",
@@ -701,7 +701,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(CLI -> d2layout.layout)[0]",
@@ -740,7 +740,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2layout.layout -> d2sequencelayout)[0]",
@@ -779,7 +779,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2layout.layout -> d2dagrelayout)[0]",
@@ -818,7 +818,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2layout.layout <- d2sequencelayout)[0]",
@@ -857,7 +857,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2layout -> CLI)[0]",
@@ -896,7 +896,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(CLI -> d2exporter)[0]",
@@ -935,7 +935,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2exporter.export -> d2themes)[0]",
@@ -974,7 +974,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2exporter.export -> d2renderer)[0]",
@@ -1013,7 +1013,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2exporter.export -> CLI)[0]",
@@ -1052,7 +1052,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(How this is rendered.CLI -- )[0]",
@@ -1091,7 +1091,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2ast -- )[0]",
@@ -1130,7 +1130,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2compiler -- )[0]",
@@ -1169,7 +1169,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2layout -- )[0]",
@@ -1208,7 +1208,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2exporter -- )[0]",
@@ -1247,7 +1247,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2themes -- )[0]",
@@ -1286,7 +1286,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2renderer -- )[0]",
@@ -1325,7 +1325,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2sequencelayout -- )[0]",
@@ -1364,7 +1364,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2dagrelayout -- )[0]",
@@ -1403,7 +1403,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_real/dagre/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_real/dagre/sketch.exp.svg
index fc095c06a..a08f96df1 100644
--- a/e2etests/testdata/stable/sequence_diagram_real/dagre/sketch.exp.svg
+++ b/e2etests/testdata/stable/sequence_diagram_real/dagre/sketch.exp.svg
@@ -14,7 +14,7 @@ width="2393" height="2511" viewBox="-100 -100 2393 2511">How this is renderedCLId2astd2compilerd2layoutd2exporterd2themesd2rendererd2sequencelayoutd2dagrelayoutonly if root is not sequence 'How this is rendered: {...}'tokenized ASTcompile ASTobjects and edgesrun layout enginesrun engine on shape: sequence_diagram, temporarily removerun core engine on rest add back in sequence diagramsdiagram with correct positions and dimensionsexport diagram with chosen theme and rendererget theme stylesrender to SVGresulting SVGmeasurements also take place
+How this is renderedCLId2astd2compilerd2layoutd2exporterd2themesd2rendererd2sequencelayoutd2dagrelayoutonly if root is not sequence 'How this is rendered: {...}'tokenized ASTcompile ASTobjects and edgesrun layout enginesrun engine on shape: sequence_diagram, temporarily removerun core engine on rest add back in sequence diagramsdiagram with correct positions and dimensionsexport diagram with chosen theme and rendererget theme stylesrender to SVGresulting SVGmeasurements also take place
diff --git a/e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json
index ab96624a8..5fc4fb630 100644
--- a/e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json
@@ -349,7 +349,7 @@
"labelWidth": 218,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
- "zIndex": 4,
+ "zIndex": 5,
"level": 3
},
{
@@ -425,7 +425,7 @@
"underline": false,
"labelWidth": 50,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -541,7 +541,7 @@
"underline": false,
"labelWidth": 52,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
}
],
@@ -583,7 +583,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2ast -> CLI)[0]",
@@ -622,7 +622,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(CLI -> d2compiler)[0]",
@@ -661,7 +661,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2compiler -> CLI)[0]",
@@ -700,7 +700,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(CLI -> d2layout.layout)[0]",
@@ -739,7 +739,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2layout.layout -> d2sequencelayout)[0]",
@@ -778,7 +778,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2layout.layout -> d2dagrelayout)[0]",
@@ -817,7 +817,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2layout.layout <- d2sequencelayout)[0]",
@@ -856,7 +856,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2layout -> CLI)[0]",
@@ -895,7 +895,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(CLI -> d2exporter)[0]",
@@ -934,7 +934,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2exporter.export -> d2themes)[0]",
@@ -973,7 +973,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2exporter.export -> d2renderer)[0]",
@@ -1012,7 +1012,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "How this is rendered.(d2exporter.export -> CLI)[0]",
@@ -1051,7 +1051,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(How this is rendered.CLI -- )[0]",
@@ -1090,7 +1090,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2ast -- )[0]",
@@ -1129,7 +1129,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2compiler -- )[0]",
@@ -1168,7 +1168,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2layout -- )[0]",
@@ -1207,7 +1207,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2exporter -- )[0]",
@@ -1246,7 +1246,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2themes -- )[0]",
@@ -1285,7 +1285,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2renderer -- )[0]",
@@ -1324,7 +1324,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2sequencelayout -- )[0]",
@@ -1363,7 +1363,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(How this is rendered.d2dagrelayout -- )[0]",
@@ -1402,7 +1402,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_real/elk/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_real/elk/sketch.exp.svg
index 6c2bc8c4c..bc50587c6 100644
--- a/e2etests/testdata/stable/sequence_diagram_real/elk/sketch.exp.svg
+++ b/e2etests/testdata/stable/sequence_diagram_real/elk/sketch.exp.svg
@@ -14,7 +14,7 @@ width="2393" height="2511" viewBox="-88 -88 2393 2511">How this is renderedCLId2astd2compilerd2layoutd2exporterd2themesd2rendererd2sequencelayoutd2dagrelayoutonly if root is not sequence 'How this is rendered: {...}'tokenized ASTcompile ASTobjects and edgesrun layout enginesrun engine on shape: sequence_diagram, temporarily removerun core engine on rest add back in sequence diagramsdiagram with correct positions and dimensionsexport diagram with chosen theme and rendererget theme stylesrender to SVGresulting SVGmeasurements also take place
+How this is renderedCLId2astd2compilerd2layoutd2exporterd2themesd2rendererd2sequencelayoutd2dagrelayoutonly if root is not sequence 'How this is rendered: {...}'tokenized ASTcompile ASTobjects and edgesrun layout enginesrun engine on shape: sequence_diagram, temporarily removerun core engine on rest add back in sequence diagramsdiagram with correct positions and dimensionsexport diagram with chosen theme and rendererget theme stylesrender to SVGresulting SVGmeasurements also take place
diff --git a/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json
index 4ea28acaa..e34ff0b04 100644
--- a/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json
@@ -114,7 +114,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -152,7 +152,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -190,7 +190,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -228,7 +228,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -266,7 +266,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
}
],
@@ -316,7 +316,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -> b)[0]",
@@ -355,7 +355,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> b.1)[0]",
@@ -402,7 +402,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "b.(1 -> 1.2)[0]",
@@ -449,7 +449,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b.1.2 -> b)[0]",
@@ -496,7 +496,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> a.1.2)[0]",
@@ -535,7 +535,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a.1 -> b.3)[0]",
@@ -574,7 +574,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -- )[0]",
@@ -613,7 +613,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(b -- )[0]",
@@ -652,7 +652,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json
index 4ea28acaa..e34ff0b04 100644
--- a/e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json
@@ -114,7 +114,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -152,7 +152,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -190,7 +190,7 @@
"underline": false,
"labelWidth": 15,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -228,7 +228,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -266,7 +266,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
}
],
@@ -316,7 +316,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -> b)[0]",
@@ -355,7 +355,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> b.1)[0]",
@@ -402,7 +402,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "b.(1 -> 1.2)[0]",
@@ -449,7 +449,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b.1.2 -> b)[0]",
@@ -496,7 +496,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(b -> a.1.2)[0]",
@@ -535,7 +535,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a.1 -> b.3)[0]",
@@ -574,7 +574,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a -- )[0]",
@@ -613,7 +613,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(b -- )[0]",
@@ -652,7 +652,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_simple/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_simple/dagre/board.exp.json
index 228fd12c1..a444d77d8 100644
--- a/e2etests/testdata/stable/sequence_diagram_simple/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_simple/dagre/board.exp.json
@@ -235,7 +235,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(bob -> service)[0]",
@@ -274,7 +274,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(service -> db)[0]",
@@ -313,7 +313,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(db -> service)[0]",
@@ -352,7 +352,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(service -> bob)[0]",
@@ -391,7 +391,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(bob -> alice)[0]",
@@ -430,7 +430,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(alice -> bob)[1]",
@@ -469,7 +469,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(bob -> queue)[0]",
@@ -508,7 +508,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(queue -> bob)[0]",
@@ -547,7 +547,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(bob -> alice)[1]",
@@ -586,7 +586,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(alice -- )[0]",
@@ -625,7 +625,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(bob -- )[0]",
@@ -664,7 +664,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(db -- )[0]",
@@ -703,7 +703,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(queue -- )[0]",
@@ -742,7 +742,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(service -- )[0]",
@@ -781,7 +781,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_simple/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_simple/elk/board.exp.json
index 228fd12c1..a444d77d8 100644
--- a/e2etests/testdata/stable/sequence_diagram_simple/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_simple/elk/board.exp.json
@@ -235,7 +235,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(bob -> service)[0]",
@@ -274,7 +274,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(service -> db)[0]",
@@ -313,7 +313,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(db -> service)[0]",
@@ -352,7 +352,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(service -> bob)[0]",
@@ -391,7 +391,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(bob -> alice)[0]",
@@ -430,7 +430,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(alice -> bob)[1]",
@@ -469,7 +469,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(bob -> queue)[0]",
@@ -508,7 +508,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(queue -> bob)[0]",
@@ -547,7 +547,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(bob -> alice)[1]",
@@ -586,7 +586,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(alice -- )[0]",
@@ -625,7 +625,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(bob -- )[0]",
@@ -664,7 +664,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(db -- )[0]",
@@ -703,7 +703,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(queue -- )[0]",
@@ -742,7 +742,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(service -- )[0]",
@@ -781,7 +781,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json
index 378ff4752..a8d1c897c 100644
--- a/e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json
@@ -75,7 +75,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -152,7 +152,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -229,7 +229,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -306,7 +306,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -344,7 +344,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -421,7 +421,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -498,7 +498,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -536,7 +536,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -574,7 +574,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -612,7 +612,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -650,7 +650,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
}
],
@@ -692,7 +692,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t <- itemResponse.t)[0]",
@@ -731,7 +731,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> item.t1)[0]",
@@ -770,7 +770,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t <- item.t1)[0]",
@@ -809,7 +809,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> essayRubric.t)[0]",
@@ -848,7 +848,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(itemResponse -> essayRubric.t.c)[0]",
@@ -887,7 +887,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(essayRubric.t.c -> concept.t)[0]",
@@ -926,7 +926,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer <- essayRubric.t)[0]",
@@ -965,7 +965,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> itemOutcome.t1)[0]",
@@ -1004,7 +1004,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> item.t2)[0]",
@@ -1043,7 +1043,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> item.t3)[0]",
@@ -1082,7 +1082,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> itemOutcome.t2)[0]",
@@ -1121,7 +1121,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> itemOutcome.t3)[0]",
@@ -1160,7 +1160,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer -- )[0]",
@@ -1199,7 +1199,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(itemResponse -- )[0]",
@@ -1238,7 +1238,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(item -- )[0]",
@@ -1277,7 +1277,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(essayRubric -- )[0]",
@@ -1316,7 +1316,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(concept -- )[0]",
@@ -1355,7 +1355,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(itemOutcome -- )[0]",
@@ -1394,7 +1394,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json
index 378ff4752..a8d1c897c 100644
--- a/e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json
@@ -75,7 +75,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -152,7 +152,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -229,7 +229,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -306,7 +306,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 36,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -344,7 +344,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -421,7 +421,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -498,7 +498,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -536,7 +536,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -574,7 +574,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -612,7 +612,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
},
{
@@ -650,7 +650,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 2
}
],
@@ -692,7 +692,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t <- itemResponse.t)[0]",
@@ -731,7 +731,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> item.t1)[0]",
@@ -770,7 +770,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t <- item.t1)[0]",
@@ -809,7 +809,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> essayRubric.t)[0]",
@@ -848,7 +848,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(itemResponse -> essayRubric.t.c)[0]",
@@ -887,7 +887,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(essayRubric.t.c -> concept.t)[0]",
@@ -926,7 +926,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer <- essayRubric.t)[0]",
@@ -965,7 +965,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> itemOutcome.t1)[0]",
@@ -1004,7 +1004,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> item.t2)[0]",
@@ -1043,7 +1043,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> item.t3)[0]",
@@ -1082,7 +1082,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> itemOutcome.t2)[0]",
@@ -1121,7 +1121,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer.t -> itemOutcome.t3)[0]",
@@ -1160,7 +1160,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(scorer -- )[0]",
@@ -1199,7 +1199,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(itemResponse -- )[0]",
@@ -1238,7 +1238,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(item -- )[0]",
@@ -1277,7 +1277,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(essayRubric -- )[0]",
@@ -1316,7 +1316,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(concept -- )[0]",
@@ -1355,7 +1355,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(itemOutcome -- )[0]",
@@ -1394,7 +1394,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json
index 1f98a41e0..806c4d020 100644
--- a/e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json
@@ -543,7 +543,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -620,7 +620,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -697,7 +697,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -774,7 +774,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 31,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -812,7 +812,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -889,7 +889,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -966,7 +966,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1004,7 +1004,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1042,7 +1042,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1080,7 +1080,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1118,7 +1118,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1195,7 +1195,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1272,7 +1272,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1349,7 +1349,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1426,7 +1426,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1464,7 +1464,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -1541,7 +1541,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1618,7 +1618,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1656,7 +1656,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1694,7 +1694,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1732,7 +1732,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1770,7 +1770,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1847,7 +1847,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1885,7 +1885,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1923,7 +1923,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -1961,7 +1961,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1999,7 +1999,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -2037,7 +2037,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 6
},
{
@@ -2075,7 +2075,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -2113,7 +2113,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -2151,7 +2151,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 6
},
{
@@ -2189,7 +2189,7 @@
"underline": false,
"labelWidth": 14,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 7
},
{
@@ -2227,7 +2227,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -2265,7 +2265,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -2303,7 +2303,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 6
},
{
@@ -2341,7 +2341,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 7
},
{
@@ -2379,7 +2379,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 8
},
{
@@ -2417,7 +2417,7 @@
"underline": false,
"labelWidth": 31,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -2455,7 +2455,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
}
],
@@ -2497,7 +2497,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t <- itemResponse.t)[0]",
@@ -2536,7 +2536,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -> item.t1)[0]",
@@ -2575,7 +2575,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t <- item.t1)[0]",
@@ -2614,7 +2614,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -> essayRubric.t)[0]",
@@ -2653,7 +2653,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(itemResponse -> essayRubric.t.c)[0]",
@@ -2692,7 +2692,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(essayRubric.t.c -> concept.t)[0]",
@@ -2731,7 +2731,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer <- essayRubric.t)[0]",
@@ -2770,7 +2770,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t <-> itemOutcome.t1)[0]",
@@ -2809,7 +2809,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t <-> item.t2)[0]",
@@ -2848,7 +2848,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -> item.t3)[0]",
@@ -2887,7 +2887,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -- itemOutcome.t2)[0]",
@@ -2926,7 +2926,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -- itemOutcome.t3)[0]",
@@ -2965,7 +2965,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> itemResponse.t)[0]",
@@ -3004,7 +3004,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t <- itemResponse.t)[0]",
@@ -3043,7 +3043,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> item.t1)[0]",
@@ -3082,7 +3082,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t <- item.t1)[0]",
@@ -3121,7 +3121,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> essayRubric.t)[0]",
@@ -3160,7 +3160,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(itemResponse -> essayRubric.t.c)[0]",
@@ -3199,7 +3199,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(essayRubric.t.c -> concept.t)[0]",
@@ -3238,7 +3238,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer <- essayRubric.t)[0]",
@@ -3277,7 +3277,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> itemOutcome.t1)[0]",
@@ -3316,7 +3316,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t <-> item.t2)[0]",
@@ -3355,7 +3355,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> item.t3)[0]",
@@ -3394,7 +3394,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> itemOutcome.t2)[0]",
@@ -3433,7 +3433,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> itemOutcome.t3)[0]",
@@ -3472,7 +3472,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a_shape -> a_sequence)[0]",
@@ -3811,7 +3811,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(item.a.b -> essayRubric.a.b.c)[0]",
@@ -3850,7 +3850,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(essayRubric.a.b.c -> concept.a.b.c.d)[0]",
@@ -3889,7 +3889,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(item.a -> essayRubric.a.b)[0]",
@@ -3928,7 +3928,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(concept.a.b.c.d -> itemOutcome.a.b.c.d.e)[0]",
@@ -3967,7 +3967,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(scorer.abc -> item.a)[0]",
@@ -4006,7 +4006,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(itemOutcome.a.b.c.d.e -> scorer)[0]",
@@ -4045,7 +4045,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(scorer -> itemResponse.c)[0]",
@@ -4084,7 +4084,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a_sequence.scorer -- )[0]",
@@ -4123,7 +4123,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.itemResponse -- )[0]",
@@ -4162,7 +4162,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.item -- )[0]",
@@ -4201,7 +4201,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.essayRubric -- )[0]",
@@ -4240,7 +4240,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.concept -- )[0]",
@@ -4279,7 +4279,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.itemOutcome -- )[0]",
@@ -4318,7 +4318,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.scorer -- )[0]",
@@ -4357,7 +4357,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.itemResponse -- )[0]",
@@ -4396,7 +4396,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.item -- )[0]",
@@ -4435,7 +4435,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.essayRubric -- )[0]",
@@ -4474,7 +4474,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.concept -- )[0]",
@@ -4513,7 +4513,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.itemOutcome -- )[0]",
@@ -4552,7 +4552,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.scorer -- )[0]",
@@ -4591,7 +4591,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.concept -- )[0]",
@@ -4630,7 +4630,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.essayRubric -- )[0]",
@@ -4669,7 +4669,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.item -- )[0]",
@@ -4708,7 +4708,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.itemOutcome -- )[0]",
@@ -4747,7 +4747,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.itemResponse -- )[0]",
@@ -4786,7 +4786,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}
diff --git a/e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json
index e028a3dd1..21faa0ac2 100644
--- a/e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json
+++ b/e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json
@@ -543,7 +543,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -620,7 +620,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -697,7 +697,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -774,7 +774,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 31,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -812,7 +812,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -889,7 +889,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -966,7 +966,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1004,7 +1004,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1042,7 +1042,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1080,7 +1080,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1118,7 +1118,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 3
},
{
@@ -1195,7 +1195,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1272,7 +1272,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1349,7 +1349,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1426,7 +1426,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1464,7 +1464,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -1541,7 +1541,7 @@
"underline": false,
"labelWidth": 11,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1618,7 +1618,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1656,7 +1656,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1694,7 +1694,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1732,7 +1732,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1770,7 +1770,7 @@
"underline": false,
"labelWidth": 20,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1847,7 +1847,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1885,7 +1885,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1923,7 +1923,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -1961,7 +1961,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -1999,7 +1999,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -2037,7 +2037,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 6
},
{
@@ -2075,7 +2075,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -2113,7 +2113,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -2151,7 +2151,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 6
},
{
@@ -2189,7 +2189,7 @@
"underline": false,
"labelWidth": 14,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 7
},
{
@@ -2227,7 +2227,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -2265,7 +2265,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 5
},
{
@@ -2303,7 +2303,7 @@
"underline": false,
"labelWidth": 12,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 6
},
{
@@ -2341,7 +2341,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 7
},
{
@@ -2379,7 +2379,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 8
},
{
@@ -2417,7 +2417,7 @@
"underline": false,
"labelWidth": 31,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
},
{
@@ -2455,7 +2455,7 @@
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
- "zIndex": 2,
+ "zIndex": 3,
"level": 4
}
],
@@ -2497,7 +2497,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t <- itemResponse.t)[0]",
@@ -2536,7 +2536,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -> item.t1)[0]",
@@ -2575,7 +2575,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t <- item.t1)[0]",
@@ -2614,7 +2614,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -> essayRubric.t)[0]",
@@ -2653,7 +2653,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(itemResponse -> essayRubric.t.c)[0]",
@@ -2692,7 +2692,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(essayRubric.t.c -> concept.t)[0]",
@@ -2731,7 +2731,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer <- essayRubric.t)[0]",
@@ -2770,7 +2770,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t <-> itemOutcome.t1)[0]",
@@ -2809,7 +2809,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t <-> item.t2)[0]",
@@ -2848,7 +2848,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -> item.t3)[0]",
@@ -2887,7 +2887,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -- itemOutcome.t2)[0]",
@@ -2926,7 +2926,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "a_sequence.(scorer.t -- itemOutcome.t3)[0]",
@@ -2965,7 +2965,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> itemResponse.t)[0]",
@@ -3004,7 +3004,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t <- itemResponse.t)[0]",
@@ -3043,7 +3043,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> item.t1)[0]",
@@ -3082,7 +3082,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t <- item.t1)[0]",
@@ -3121,7 +3121,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> essayRubric.t)[0]",
@@ -3160,7 +3160,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(itemResponse -> essayRubric.t.c)[0]",
@@ -3199,7 +3199,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(essayRubric.t.c -> concept.t)[0]",
@@ -3238,7 +3238,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer <- essayRubric.t)[0]",
@@ -3277,7 +3277,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> itemOutcome.t1)[0]",
@@ -3316,7 +3316,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t <-> item.t2)[0]",
@@ -3355,7 +3355,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> item.t3)[0]",
@@ -3394,7 +3394,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> itemOutcome.t2)[0]",
@@ -3433,7 +3433,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "another.sequence.(scorer.t -> itemOutcome.t3)[0]",
@@ -3472,7 +3472,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a_shape -> a_sequence)[0]",
@@ -3730,7 +3730,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(item.a.b -> essayRubric.a.b.c)[0]",
@@ -3769,7 +3769,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(essayRubric.a.b.c -> concept.a.b.c.d)[0]",
@@ -3808,7 +3808,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(item.a -> essayRubric.a.b)[0]",
@@ -3847,7 +3847,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(concept.a.b.c.d -> itemOutcome.a.b.c.d.e)[0]",
@@ -3886,7 +3886,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(scorer.abc -> item.a)[0]",
@@ -3925,7 +3925,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(itemOutcome.a.b.c.d.e -> scorer)[0]",
@@ -3964,7 +3964,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "finally.sequence.(scorer -> itemResponse.c)[0]",
@@ -4003,7 +4003,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 3
+ "zIndex": 4
},
{
"id": "(a_sequence.scorer -- )[0]",
@@ -4042,7 +4042,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.itemResponse -- )[0]",
@@ -4081,7 +4081,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.item -- )[0]",
@@ -4120,7 +4120,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.essayRubric -- )[0]",
@@ -4159,7 +4159,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.concept -- )[0]",
@@ -4198,7 +4198,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(a_sequence.itemOutcome -- )[0]",
@@ -4237,7 +4237,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.scorer -- )[0]",
@@ -4276,7 +4276,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.itemResponse -- )[0]",
@@ -4315,7 +4315,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.item -- )[0]",
@@ -4354,7 +4354,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.essayRubric -- )[0]",
@@ -4393,7 +4393,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.concept -- )[0]",
@@ -4432,7 +4432,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(another.sequence.itemOutcome -- )[0]",
@@ -4471,7 +4471,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.scorer -- )[0]",
@@ -4510,7 +4510,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.concept -- )[0]",
@@ -4549,7 +4549,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.essayRubric -- )[0]",
@@ -4588,7 +4588,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.item -- )[0]",
@@ -4627,7 +4627,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.itemOutcome -- )[0]",
@@ -4666,7 +4666,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
},
{
"id": "(finally.sequence.itemResponse -- )[0]",
@@ -4705,7 +4705,7 @@
"animated": false,
"tooltip": "",
"icon": null,
- "zIndex": 0
+ "zIndex": 2
}
]
}