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
|
||||
horizontal-gap: 20
|
||||
vertical-gap: 5
|
||||
|
||||
*.class: [text; blue]
|
||||
|
||||
|
|
@ -15,7 +16,6 @@ horizontal-gap: 20
|
|||
bold: false
|
||||
}
|
||||
}
|
||||
|
||||
0,1: {
|
||||
label: "Set up an\nAtlassian site"
|
||||
class: [text; gray]
|
||||
|
|
@ -26,16 +26,33 @@ horizontal-gap: 20
|
|||
class: [text; gray]
|
||||
}
|
||||
0,4: forge\ntunnel
|
||||
1,0: forge\nlogin
|
||||
1,1: forge\ncreate
|
||||
1,2: forge\ndeploy
|
||||
1,3: forge\ninstall
|
||||
1,4: {
|
||||
|
||||
1*.class: note
|
||||
1*.label: ""
|
||||
1,0
|
||||
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
|
||||
label: "Hot reload\nchanges?"
|
||||
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-columns: 1
|
||||
grid-gap: 0
|
||||
|
|
@ -67,27 +84,27 @@ horizontal-gap: 20
|
|||
style.font-color: "#cecece"
|
||||
}
|
||||
}
|
||||
2,1.class: empty
|
||||
2,2.class: empty
|
||||
2,3.class: empty
|
||||
2,4: forge\ndeploy
|
||||
4,1.class: empty
|
||||
4,2.class: empty
|
||||
4,3.class: empty
|
||||
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
|
||||
}
|
||||
1,1 -> 0,1: {
|
||||
2,1 -> 0,1: {
|
||||
class: arrow
|
||||
style.stroke: "#cecece"
|
||||
}
|
||||
1,3 -> 0,3: {
|
||||
2,3 -> 0,3: {
|
||||
class: arrow
|
||||
style.stroke: "#cecece"
|
||||
}
|
||||
1,4 -> 0,4: Yes {
|
||||
2,4 -> 0,4: Yes {
|
||||
class: arrow
|
||||
style.font-size: 10
|
||||
}
|
||||
1,4 -> 2,4: No {
|
||||
2,4 -> 4,4: No {
|
||||
class: arrow
|
||||
style.font-size: 10
|
||||
}
|
||||
|
|
@ -114,6 +131,16 @@ classes: {
|
|||
stroke: "#cecece"
|
||||
border-radius: 10
|
||||
}
|
||||
note: {
|
||||
height: 30
|
||||
label.near: top-center
|
||||
style: {
|
||||
font-size: 10
|
||||
bold: false
|
||||
fill: transparent
|
||||
stroke: transparent
|
||||
}
|
||||
}
|
||||
empty: {
|
||||
label: ""
|
||||
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",
|
||||
"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": [
|
||||
"text",
|
||||
"blue"
|
||||
|
|
@ -273,7 +493,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "1,1",
|
||||
"id": "2,1",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -318,7 +538,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "1,2",
|
||||
"id": "2,2",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -363,7 +583,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "1,3",
|
||||
"id": "2,3",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -408,7 +628,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "1,4",
|
||||
"id": "2,4",
|
||||
"type": "diamond",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -453,7 +673,227 @@
|
|||
"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",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
|
|
@ -494,7 +934,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "2,0.a",
|
||||
"id": "4,0.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
|
|
@ -535,7 +975,7 @@
|
|||
"level": 2
|
||||
},
|
||||
{
|
||||
"id": "2,0.b",
|
||||
"id": "4,0.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
|
|
@ -576,7 +1016,7 @@
|
|||
"level": 2
|
||||
},
|
||||
{
|
||||
"id": "2,0.c",
|
||||
"id": "4,0.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
|
|
@ -617,7 +1057,7 @@
|
|||
"level": 2
|
||||
},
|
||||
{
|
||||
"id": "2,1",
|
||||
"id": "4,1",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"empty"
|
||||
|
|
@ -661,7 +1101,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "2,2",
|
||||
"id": "4,2",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"empty"
|
||||
|
|
@ -705,7 +1145,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "2,3",
|
||||
"id": "4,3",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"empty"
|
||||
|
|
@ -749,7 +1189,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "2,4",
|
||||
"id": "4,4",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -796,13 +1236,13 @@
|
|||
],
|
||||
"connections": [
|
||||
{
|
||||
"id": "(0,0 -> 1,0)[0]",
|
||||
"id": "(0,0 -> 2,0)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "0,0",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,0",
|
||||
"dst": "2,0",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -837,13 +1277,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,0 -> 1,1)[0]",
|
||||
"id": "(2,0 -> 2,1)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,0",
|
||||
"src": "2,0",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,1",
|
||||
"dst": "2,1",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -878,13 +1318,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,1 -> 1,2)[0]",
|
||||
"id": "(2,1 -> 2,2)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,1",
|
||||
"src": "2,1",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,2",
|
||||
"dst": "2,2",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -919,13 +1359,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,2 -> 1,3)[0]",
|
||||
"id": "(2,2 -> 2,3)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,2",
|
||||
"src": "2,2",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,3",
|
||||
"dst": "2,3",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -960,13 +1400,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,3 -> 1,4)[0]",
|
||||
"id": "(2,3 -> 2,4)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,3",
|
||||
"src": "2,3",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,4",
|
||||
"dst": "2,4",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -1001,11 +1441,11 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,1 -> 0,1)[0]",
|
||||
"id": "(2,1 -> 0,1)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,1",
|
||||
"src": "2,1",
|
||||
"srcArrow": "none",
|
||||
"dst": "0,1",
|
||||
"dstArrow": "arrow",
|
||||
|
|
@ -1042,11 +1482,11 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,3 -> 0,3)[0]",
|
||||
"id": "(2,3 -> 0,3)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,3",
|
||||
"src": "2,3",
|
||||
"srcArrow": "none",
|
||||
"dst": "0,3",
|
||||
"dstArrow": "arrow",
|
||||
|
|
@ -1083,11 +1523,11 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,4 -> 0,4)[0]",
|
||||
"id": "(2,4 -> 0,4)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,4",
|
||||
"src": "2,4",
|
||||
"srcArrow": "none",
|
||||
"dst": "0,4",
|
||||
"dstArrow": "arrow",
|
||||
|
|
@ -1124,13 +1564,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,4 -> 2,4)[0]",
|
||||
"id": "(2,4 -> 4,4)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,4",
|
||||
"src": "2,4",
|
||||
"srcArrow": "none",
|
||||
"dst": "2,4",
|
||||
"dst": "4,4",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"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",
|
||||
"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": [
|
||||
"text",
|
||||
"blue"
|
||||
|
|
@ -273,7 +493,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "1,1",
|
||||
"id": "2,1",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -318,7 +538,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "1,2",
|
||||
"id": "2,2",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -363,7 +583,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "1,3",
|
||||
"id": "2,3",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -408,7 +628,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "1,4",
|
||||
"id": "2,4",
|
||||
"type": "diamond",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -453,7 +673,227 @@
|
|||
"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",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
|
|
@ -494,7 +934,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "2,0.a",
|
||||
"id": "4,0.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
|
|
@ -535,7 +975,7 @@
|
|||
"level": 2
|
||||
},
|
||||
{
|
||||
"id": "2,0.b",
|
||||
"id": "4,0.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
|
|
@ -576,7 +1016,7 @@
|
|||
"level": 2
|
||||
},
|
||||
{
|
||||
"id": "2,0.c",
|
||||
"id": "4,0.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
|
|
@ -617,7 +1057,7 @@
|
|||
"level": 2
|
||||
},
|
||||
{
|
||||
"id": "2,1",
|
||||
"id": "4,1",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"empty"
|
||||
|
|
@ -661,7 +1101,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "2,2",
|
||||
"id": "4,2",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"empty"
|
||||
|
|
@ -705,7 +1145,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "2,3",
|
||||
"id": "4,3",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"empty"
|
||||
|
|
@ -749,7 +1189,7 @@
|
|||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "2,4",
|
||||
"id": "4,4",
|
||||
"type": "rectangle",
|
||||
"classes": [
|
||||
"text",
|
||||
|
|
@ -796,13 +1236,13 @@
|
|||
],
|
||||
"connections": [
|
||||
{
|
||||
"id": "(0,0 -> 1,0)[0]",
|
||||
"id": "(0,0 -> 2,0)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "0,0",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,0",
|
||||
"dst": "2,0",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -837,13 +1277,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,0 -> 1,1)[0]",
|
||||
"id": "(2,0 -> 2,1)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,0",
|
||||
"src": "2,0",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,1",
|
||||
"dst": "2,1",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -878,13 +1318,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,1 -> 1,2)[0]",
|
||||
"id": "(2,1 -> 2,2)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,1",
|
||||
"src": "2,1",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,2",
|
||||
"dst": "2,2",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -919,13 +1359,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,2 -> 1,3)[0]",
|
||||
"id": "(2,2 -> 2,3)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,2",
|
||||
"src": "2,2",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,3",
|
||||
"dst": "2,3",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -960,13 +1400,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,3 -> 1,4)[0]",
|
||||
"id": "(2,3 -> 2,4)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,3",
|
||||
"src": "2,3",
|
||||
"srcArrow": "none",
|
||||
"dst": "1,4",
|
||||
"dst": "2,4",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -1001,11 +1441,11 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,1 -> 0,1)[0]",
|
||||
"id": "(2,1 -> 0,1)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,1",
|
||||
"src": "2,1",
|
||||
"srcArrow": "none",
|
||||
"dst": "0,1",
|
||||
"dstArrow": "arrow",
|
||||
|
|
@ -1042,11 +1482,11 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,3 -> 0,3)[0]",
|
||||
"id": "(2,3 -> 0,3)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,3",
|
||||
"src": "2,3",
|
||||
"srcArrow": "none",
|
||||
"dst": "0,3",
|
||||
"dstArrow": "arrow",
|
||||
|
|
@ -1083,11 +1523,11 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,4 -> 0,4)[0]",
|
||||
"id": "(2,4 -> 0,4)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,4",
|
||||
"src": "2,4",
|
||||
"srcArrow": "none",
|
||||
"dst": "0,4",
|
||||
"dstArrow": "arrow",
|
||||
|
|
@ -1124,13 +1564,13 @@
|
|||
"zIndex": 0
|
||||
},
|
||||
{
|
||||
"id": "(1,4 -> 2,4)[0]",
|
||||
"id": "(2,4 -> 4,4)[0]",
|
||||
"classes": [
|
||||
"arrow"
|
||||
],
|
||||
"src": "1,4",
|
||||
"src": "2,4",
|
||||
"srcArrow": "none",
|
||||
"dst": "2,4",
|
||||
"dst": "4,4",
|
||||
"dstArrow": "arrow",
|
||||
"opacity": 1,
|
||||
"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