d2/e2etests/testdata/stable/self-referencing/elk/board.exp.json

403 lines
7.8 KiB
JSON
Raw Normal View History

2022-11-30 01:54:25 +00:00
{
"name": "",
2023-02-27 22:33:33 +00:00
"isFolderOnly": false,
2022-12-21 07:43:45 +00:00
"fontFamily": "SourceSansPro",
2022-11-30 01:54:25 +00:00
"shapes": [
{
"id": "x",
"type": "rectangle",
2022-11-30 01:54:25 +00:00
"pos": {
2023-04-19 20:49:56 +00:00
"x": 62,
2022-11-30 01:54:25 +00:00
"y": 12
},
2023-03-06 06:13:36 +00:00
"width": 120,
2023-01-25 20:32:36 +00:00
"height": 66,
2022-11-30 01:54:25 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "B6",
"stroke": "B1",
2022-11-30 01:54:25 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-30 01:54:25 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-30 01:54:25 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "x",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-11-30 01:54:25 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 8,
"labelHeight": 21,
2022-11-30 01:54:25 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 1
},
{
"id": "y",
"type": "rectangle",
2022-11-30 01:54:25 +00:00
"pos": {
2023-04-19 20:49:56 +00:00
"x": 209,
2023-02-11 05:25:28 +00:00
"y": 158
2022-11-30 01:54:25 +00:00
},
2023-03-06 06:13:36 +00:00
"width": 80,
2023-01-25 20:32:36 +00:00
"height": 66,
2022-11-30 01:54:25 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "B6",
"stroke": "B1",
2022-11-30 01:54:25 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-30 01:54:25 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-30 01:54:25 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "y",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-11-30 01:54:25 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 9,
"labelHeight": 21,
2022-11-30 01:54:25 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 1
},
{
"id": "z",
"type": "rectangle",
2022-11-30 01:54:25 +00:00
"pos": {
2023-04-19 20:49:56 +00:00
"x": 337,
2022-11-30 01:54:25 +00:00
"y": 12
},
2023-03-06 06:13:36 +00:00
"width": 80,
2023-01-25 20:32:36 +00:00
"height": 66,
2022-11-30 01:54:25 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "B6",
"stroke": "B1",
2022-11-30 01:54:25 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-30 01:54:25 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-30 01:54:25 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "z",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-11-30 01:54:25 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 7,
"labelHeight": 21,
2022-11-30 01:54:25 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 1
}
],
"connections": [
{
"id": "(x -> x)[0]",
"src": "x",
"srcArrow": "none",
"dst": "x",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-11-30 01:54:25 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-11-30 01:54:25 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
2023-04-19 20:49:56 +00:00
"x": 62,
"y": 34
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 12,
"y": 34
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 12,
"y": 56
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 62,
"y": 56
2022-11-30 01:54:25 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(x -> x)[1]",
"src": "x",
"srcArrow": "none",
"dst": "x",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-11-30 01:54:25 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-11-30 01:54:25 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
2023-04-19 20:49:56 +00:00
"x": 182,
"y": 56
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 232,
"y": 56
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 232,
"y": 34
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 182,
"y": 34
2022-11-30 01:54:25 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(x -> y)[0]",
"src": "x",
"srcArrow": "none",
"dst": "y",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-11-30 01:54:25 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-11-30 01:54:25 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
2023-04-19 20:49:56 +00:00
"x": 122,
2023-01-25 20:32:36 +00:00
"y": 78
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 122,
2023-03-14 18:08:29 +00:00
"y": 118
},
{
2023-05-25 02:55:25 +00:00
"x": 236.16600036621094,
2023-03-14 18:08:29 +00:00
"y": 118
},
{
2023-05-25 02:55:25 +00:00
"x": 236.16600036621094,
2023-02-11 05:25:28 +00:00
"y": 158
2022-11-30 01:54:25 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(z -> y)[0]",
"src": "z",
"srcArrow": "none",
"dst": "y",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-11-30 01:54:25 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-11-30 01:54:25 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
2023-04-19 20:49:56 +00:00
"x": 377,
2023-01-25 20:32:36 +00:00
"y": 78
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 377,
2023-02-11 05:25:28 +00:00
"y": 118
2022-12-24 21:34:23 +00:00
},
{
2023-05-25 02:55:25 +00:00
"x": 262.8330078125,
2023-02-11 05:25:28 +00:00
"y": 118
2022-12-24 21:34:23 +00:00
},
{
2023-05-25 02:55:25 +00:00
"x": 262.8330078125,
2023-02-11 05:25:28 +00:00
"y": 158
2022-11-30 01:54:25 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(z -> z)[0]",
"src": "z",
"srcArrow": "none",
"dst": "z",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-11-30 01:54:25 +00:00
"label": "hello",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-11-30 01:54:25 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 33,
"labelHeight": 21,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"labelPercentage": 0,
"route": [
{
2023-04-19 20:49:56 +00:00
"x": 337,
2023-01-25 20:32:36 +00:00
"y": 34
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 287,
2023-01-25 20:32:36 +00:00
"y": 34
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 287,
2023-01-25 20:32:36 +00:00
"y": 56
2022-11-30 01:54:25 +00:00
},
{
2023-04-19 20:49:56 +00:00
"x": 337,
2023-01-25 20:32:36 +00:00
"y": 56
2022-11-30 01:54:25 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
}
2023-02-26 19:41:50 +00:00
],
"root": {
"id": "",
"type": "",
"pos": {
"x": 0,
"y": 0
},
"width": 0,
"height": 0,
"opacity": 0,
"strokeDash": 0,
"strokeWidth": 0,
"borderRadius": 0,
"fill": "N7",
"stroke": "",
"shadow": false,
"3d": false,
"multiple": false,
"double-border": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"zIndex": 0,
"level": 0
}
2022-11-30 01:54:25 +00:00
}