add step notes to test
This commit is contained in:
parent
56126d90ee
commit
e74aa2ac22
5 changed files with 1172 additions and 257 deletions
61
e2etests/testdata/files/simple_grid_edges.d2
vendored
61
e2etests/testdata/files/simple_grid_edges.d2
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
grid-rows: 3
|
grid-rows: 4
|
||||||
grid-columns: 5
|
grid-columns: 5
|
||||||
horizontal-gap: 20
|
horizontal-gap: 20
|
||||||
|
vertical-gap: 5
|
||||||
|
|
||||||
*.class: [text; blue]
|
*.class: [text; blue]
|
||||||
|
|
||||||
|
|
@ -15,7 +16,6 @@ horizontal-gap: 20
|
||||||
bold: false
|
bold: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
0,1: {
|
0,1: {
|
||||||
label: "Set up an\nAtlassian site"
|
label: "Set up an\nAtlassian site"
|
||||||
class: [text; gray]
|
class: [text; gray]
|
||||||
|
|
@ -26,16 +26,33 @@ horizontal-gap: 20
|
||||||
class: [text; gray]
|
class: [text; gray]
|
||||||
}
|
}
|
||||||
0,4: forge\ntunnel
|
0,4: forge\ntunnel
|
||||||
1,0: forge\nlogin
|
|
||||||
1,1: forge\ncreate
|
1*.class: note
|
||||||
1,2: forge\ndeploy
|
1*.label: ""
|
||||||
1,3: forge\ninstall
|
1,0
|
||||||
1,4: {
|
1,1
|
||||||
|
1,2
|
||||||
|
1,3
|
||||||
|
1,4
|
||||||
|
|
||||||
|
2,0: forge\nlogin
|
||||||
|
2,1: forge\ncreate
|
||||||
|
2,2: forge\ndeploy
|
||||||
|
2,3: forge\ninstall
|
||||||
|
2,4: {
|
||||||
shape: diamond
|
shape: diamond
|
||||||
label: "Hot reload\nchanges?"
|
label: "Hot reload\nchanges?"
|
||||||
class: [text; gray]
|
class: [text; gray]
|
||||||
}
|
}
|
||||||
2,0: "" {
|
|
||||||
|
3*.class: note
|
||||||
|
3,0: Step 1
|
||||||
|
3,1: Step 2
|
||||||
|
3,2: Step 3
|
||||||
|
3,3: Step 4
|
||||||
|
3,4: ""
|
||||||
|
|
||||||
|
4,0: "" {
|
||||||
grid-rows: 3
|
grid-rows: 3
|
||||||
grid-columns: 1
|
grid-columns: 1
|
||||||
grid-gap: 0
|
grid-gap: 0
|
||||||
|
|
@ -67,27 +84,27 @@ horizontal-gap: 20
|
||||||
style.font-color: "#cecece"
|
style.font-color: "#cecece"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
2,1.class: empty
|
4,1.class: empty
|
||||||
2,2.class: empty
|
4,2.class: empty
|
||||||
2,3.class: empty
|
4,3.class: empty
|
||||||
2,4: forge\ndeploy
|
4,4: forge\ndeploy
|
||||||
|
|
||||||
0,0 -> 1,0 -> 1,1 -> 1,2 -> 1,3 -> 1,4: {
|
0,0 -> 2,0 -> 2,1 -> 2,2 -> 2,3 -> 2,4: {
|
||||||
class: arrow
|
class: arrow
|
||||||
}
|
}
|
||||||
1,1 -> 0,1: {
|
2,1 -> 0,1: {
|
||||||
class: arrow
|
class: arrow
|
||||||
style.stroke: "#cecece"
|
style.stroke: "#cecece"
|
||||||
}
|
}
|
||||||
1,3 -> 0,3: {
|
2,3 -> 0,3: {
|
||||||
class: arrow
|
class: arrow
|
||||||
style.stroke: "#cecece"
|
style.stroke: "#cecece"
|
||||||
}
|
}
|
||||||
1,4 -> 0,4: Yes {
|
2,4 -> 0,4: Yes {
|
||||||
class: arrow
|
class: arrow
|
||||||
style.font-size: 10
|
style.font-size: 10
|
||||||
}
|
}
|
||||||
1,4 -> 2,4: No {
|
2,4 -> 4,4: No {
|
||||||
class: arrow
|
class: arrow
|
||||||
style.font-size: 10
|
style.font-size: 10
|
||||||
}
|
}
|
||||||
|
|
@ -114,6 +131,16 @@ classes: {
|
||||||
stroke: "#cecece"
|
stroke: "#cecece"
|
||||||
border-radius: 10
|
border-radius: 10
|
||||||
}
|
}
|
||||||
|
note: {
|
||||||
|
height: 30
|
||||||
|
label.near: top-center
|
||||||
|
style: {
|
||||||
|
font-size: 10
|
||||||
|
bold: false
|
||||||
|
fill: transparent
|
||||||
|
stroke: transparent
|
||||||
|
}
|
||||||
|
}
|
||||||
empty: {
|
empty: {
|
||||||
label: ""
|
label: ""
|
||||||
width: 50
|
width: 50
|
||||||
|
|
|
||||||
510
e2etests/testdata/stable/simple_grid_edges/dagre/board.exp.json
generated
vendored
510
e2etests/testdata/stable/simple_grid_edges/dagre/board.exp.json
generated
vendored
|
|
@ -230,6 +230,226 @@
|
||||||
{
|
{
|
||||||
"id": "1,0",
|
"id": "1,0",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1,1",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 120,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1,2",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 240,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1,3",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 360,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1,4",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 480,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 120,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2,0",
|
||||||
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
"blue"
|
"blue"
|
||||||
|
|
@ -273,7 +493,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1,1",
|
"id": "2,1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -318,7 +538,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1,2",
|
"id": "2,2",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -363,7 +583,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1,3",
|
"id": "2,3",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -408,7 +628,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1,4",
|
"id": "2,4",
|
||||||
"type": "diamond",
|
"type": "diamond",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -453,7 +673,227 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,0",
|
"id": "3,0",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "Step 1",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 28,
|
||||||
|
"labelHeight": 13,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3,1",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 120,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "Step 2",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 28,
|
||||||
|
"labelHeight": 13,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3,2",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 240,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "Step 3",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 28,
|
||||||
|
"labelHeight": 13,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3,3",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 360,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "Step 4",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 29,
|
||||||
|
"labelHeight": 13,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3,4",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 480,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 120,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4,0",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
|
@ -494,7 +934,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,0.a",
|
"id": "4,0.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
|
@ -535,7 +975,7 @@
|
||||||
"level": 2
|
"level": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,0.b",
|
"id": "4,0.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
|
@ -576,7 +1016,7 @@
|
||||||
"level": 2
|
"level": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,0.c",
|
"id": "4,0.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
|
@ -617,7 +1057,7 @@
|
||||||
"level": 2
|
"level": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,1",
|
"id": "4,1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"empty"
|
"empty"
|
||||||
|
|
@ -661,7 +1101,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,2",
|
"id": "4,2",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"empty"
|
"empty"
|
||||||
|
|
@ -705,7 +1145,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,3",
|
"id": "4,3",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"empty"
|
"empty"
|
||||||
|
|
@ -749,7 +1189,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,4",
|
"id": "4,4",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -796,13 +1236,13 @@
|
||||||
],
|
],
|
||||||
"connections": [
|
"connections": [
|
||||||
{
|
{
|
||||||
"id": "(0,0 -> 1,0)[0]",
|
"id": "(0,0 -> 2,0)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "0,0",
|
"src": "0,0",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,0",
|
"dst": "2,0",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -837,13 +1277,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,0 -> 1,1)[0]",
|
"id": "(2,0 -> 2,1)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,0",
|
"src": "2,0",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,1",
|
"dst": "2,1",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -878,13 +1318,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,1 -> 1,2)[0]",
|
"id": "(2,1 -> 2,2)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,1",
|
"src": "2,1",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,2",
|
"dst": "2,2",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -919,13 +1359,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,2 -> 1,3)[0]",
|
"id": "(2,2 -> 2,3)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,2",
|
"src": "2,2",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,3",
|
"dst": "2,3",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -960,13 +1400,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,3 -> 1,4)[0]",
|
"id": "(2,3 -> 2,4)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,3",
|
"src": "2,3",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,4",
|
"dst": "2,4",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -1001,11 +1441,11 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,1 -> 0,1)[0]",
|
"id": "(2,1 -> 0,1)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,1",
|
"src": "2,1",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "0,1",
|
"dst": "0,1",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
|
|
@ -1042,11 +1482,11 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,3 -> 0,3)[0]",
|
"id": "(2,3 -> 0,3)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,3",
|
"src": "2,3",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "0,3",
|
"dst": "0,3",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
|
|
@ -1083,11 +1523,11 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,4 -> 0,4)[0]",
|
"id": "(2,4 -> 0,4)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,4",
|
"src": "2,4",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "0,4",
|
"dst": "0,4",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
|
|
@ -1124,13 +1564,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,4 -> 2,4)[0]",
|
"id": "(2,4 -> 4,4)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,4",
|
"src": "2,4",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "2,4",
|
"dst": "4,4",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 38 KiB |
510
e2etests/testdata/stable/simple_grid_edges/elk/board.exp.json
generated
vendored
510
e2etests/testdata/stable/simple_grid_edges/elk/board.exp.json
generated
vendored
|
|
@ -230,6 +230,226 @@
|
||||||
{
|
{
|
||||||
"id": "1,0",
|
"id": "1,0",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1,1",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 120,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1,2",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 240,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1,3",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 360,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1,4",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 480,
|
||||||
|
"y": 65
|
||||||
|
},
|
||||||
|
"width": 120,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2,0",
|
||||||
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
"blue"
|
"blue"
|
||||||
|
|
@ -273,7 +493,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1,1",
|
"id": "2,1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -318,7 +538,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1,2",
|
"id": "2,2",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -363,7 +583,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1,3",
|
"id": "2,3",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -408,7 +628,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1,4",
|
"id": "2,4",
|
||||||
"type": "diamond",
|
"type": "diamond",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -453,7 +673,227 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,0",
|
"id": "3,0",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "Step 1",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 28,
|
||||||
|
"labelHeight": 13,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3,1",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 120,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "Step 2",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 28,
|
||||||
|
"labelHeight": 13,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3,2",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 240,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "Step 3",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 28,
|
||||||
|
"labelHeight": 13,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3,3",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 360,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 100,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "Step 4",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 29,
|
||||||
|
"labelHeight": 13,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3,4",
|
||||||
|
"type": "rectangle",
|
||||||
|
"classes": [
|
||||||
|
"note"
|
||||||
|
],
|
||||||
|
"pos": {
|
||||||
|
"x": 480,
|
||||||
|
"y": 165
|
||||||
|
},
|
||||||
|
"width": 120,
|
||||||
|
"height": 30,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "transparent",
|
||||||
|
"stroke": "transparent",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 10,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4,0",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
|
@ -494,7 +934,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,0.a",
|
"id": "4,0.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
|
@ -535,7 +975,7 @@
|
||||||
"level": 2
|
"level": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,0.b",
|
"id": "4,0.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
|
@ -576,7 +1016,7 @@
|
||||||
"level": 2
|
"level": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,0.c",
|
"id": "4,0.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
|
@ -617,7 +1057,7 @@
|
||||||
"level": 2
|
"level": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,1",
|
"id": "4,1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"empty"
|
"empty"
|
||||||
|
|
@ -661,7 +1101,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,2",
|
"id": "4,2",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"empty"
|
"empty"
|
||||||
|
|
@ -705,7 +1145,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,3",
|
"id": "4,3",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"empty"
|
"empty"
|
||||||
|
|
@ -749,7 +1189,7 @@
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2,4",
|
"id": "4,4",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"classes": [
|
"classes": [
|
||||||
"text",
|
"text",
|
||||||
|
|
@ -796,13 +1236,13 @@
|
||||||
],
|
],
|
||||||
"connections": [
|
"connections": [
|
||||||
{
|
{
|
||||||
"id": "(0,0 -> 1,0)[0]",
|
"id": "(0,0 -> 2,0)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "0,0",
|
"src": "0,0",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,0",
|
"dst": "2,0",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -837,13 +1277,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,0 -> 1,1)[0]",
|
"id": "(2,0 -> 2,1)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,0",
|
"src": "2,0",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,1",
|
"dst": "2,1",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -878,13 +1318,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,1 -> 1,2)[0]",
|
"id": "(2,1 -> 2,2)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,1",
|
"src": "2,1",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,2",
|
"dst": "2,2",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -919,13 +1359,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,2 -> 1,3)[0]",
|
"id": "(2,2 -> 2,3)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,2",
|
"src": "2,2",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,3",
|
"dst": "2,3",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -960,13 +1400,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,3 -> 1,4)[0]",
|
"id": "(2,3 -> 2,4)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,3",
|
"src": "2,3",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "1,4",
|
"dst": "2,4",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -1001,11 +1441,11 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,1 -> 0,1)[0]",
|
"id": "(2,1 -> 0,1)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,1",
|
"src": "2,1",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "0,1",
|
"dst": "0,1",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
|
|
@ -1042,11 +1482,11 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,3 -> 0,3)[0]",
|
"id": "(2,3 -> 0,3)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,3",
|
"src": "2,3",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "0,3",
|
"dst": "0,3",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
|
|
@ -1083,11 +1523,11 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,4 -> 0,4)[0]",
|
"id": "(2,4 -> 0,4)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,4",
|
"src": "2,4",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "0,4",
|
"dst": "0,4",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
|
|
@ -1124,13 +1564,13 @@
|
||||||
"zIndex": 0
|
"zIndex": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "(1,4 -> 2,4)[0]",
|
"id": "(2,4 -> 4,4)[0]",
|
||||||
"classes": [
|
"classes": [
|
||||||
"arrow"
|
"arrow"
|
||||||
],
|
],
|
||||||
"src": "1,4",
|
"src": "2,4",
|
||||||
"srcArrow": "none",
|
"srcArrow": "none",
|
||||||
"dst": "2,4",
|
"dst": "4,4",
|
||||||
"dstArrow": "arrow",
|
"dstArrow": "arrow",
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in a new issue