update test

This commit is contained in:
Gavin Nishizawa 2023-09-28 18:00:53 -07:00
parent 2f71d575df
commit 016ff3723d
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -155,6 +155,42 @@ seq: {
center -> more: default layout center -> more: default layout
more: { more: {
grid-rows: 2
stylish: {
grid-columns: 2
horizontal-gap: 100
x: {
style: {
opacity: 0.6
fill: orange
stroke: "#53C0D8"
stroke-width: 5
shadow: true
}
}
y: {
style: {
stroke-dash: 5
opacity: 0.6
fill: red
3d: true
stroke: black
}
}
x -> y: in style {
style: {
stroke: purple
stroke-width: 2
stroke-dash: 5
fill: lavender
}
}
}
stylish.y -> container.a_sequence: {class: green}
container: {
a_shape.shape: circle a_shape.shape: circle
a_sequence: { a_sequence: {
shape: sequence_diagram shape: sequence_diagram
@ -204,44 +240,10 @@ more: {
finally.sequence.scorer.abc -> finally.sequence.item.a finally.sequence.scorer.abc -> finally.sequence.item.a
finally.sequence.itemOutcome.a.b.c.d.e -> finally.sequence.scorer finally.sequence.itemOutcome.a.b.c.d.e -> finally.sequence.scorer
finally.sequence.scorer -> finally.sequence.itemResponse.c finally.sequence.scorer -> finally.sequence.itemResponse.c
stylish: {
grid-rows: 2
vertical-gap: 50
x: {
style: {
opacity: 0.6
fill: orange
stroke: "#53C0D8"
stroke-width: 5
shadow: true
} }
} }
y: { more.container.a_sequence -> directions.v.d.4: {class: green}
style: {
stroke-dash: 5
opacity: 0.6
fill: red
3d: true
stroke: black
}
}
x -> y: in style {
style: {
stroke: green
opacity: 0.5
stroke-width: 2
stroke-dash: 5
fill: lavender
}
}
}
stylish.y -> a_sequence: {class: green}
}
more.a_sequence -> directions.v.d.4: {class: green}
directions.l.2 -> center.step: {class: green} directions.l.2 -> center.step: {class: green}
center.step -> more.stylish.x: {class: green} center.step -> more.stylish.x: {class: green}