d2/e2etests/testdata/todo/container_child_edge/elk/board.exp.json

218 lines
4.6 KiB
JSON
Raw Normal View History

2022-11-17 01:17:12 +00:00
{
"name": "",
2022-12-21 07:43:45 +00:00
"fontFamily": "SourceSansPro",
2022-11-17 01:17:12 +00:00
"shapes": [
{
"id": "container",
"type": "rectangle",
2022-11-17 01:17:12 +00:00
"pos": {
"x": 12,
"y": 12
},
2023-02-11 05:25:28 +00:00
"width": 224,
"height": 403,
2022-11-17 01:17:12 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#E3E9FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-17 01:17:12 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-17 01:17:12 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "container",
"fontSize": 28,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
2022-12-05 18:46:06 +00:00
"bold": false,
2022-11-17 01:17:12 +00:00
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 112,
"labelHeight": 36,
2022-11-29 22:22:23 +00:00
"labelPosition": "INSIDE_TOP_CENTER",
2022-11-30 19:23:30 +00:00
"zIndex": 0,
"level": 1
2022-11-17 01:17:12 +00:00
},
{
"id": "container.first",
"type": "rectangle",
2022-11-17 01:17:12 +00:00
"pos": {
2023-02-11 05:25:28 +00:00
"x": 111,
"y": 62
2022-11-17 01:17:12 +00:00
},
2023-01-25 20:32:36 +00:00
"width": 75,
"height": 66,
2022-11-17 01:17:12 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-17 01:17:12 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-17 01:17:12 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "first",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 30,
"labelHeight": 21,
2022-11-29 22:22:23 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-11-30 19:23:30 +00:00
"zIndex": 0,
"level": 2
2022-11-17 01:17:12 +00:00
},
{
"id": "container.second",
"type": "rectangle",
2022-11-17 01:17:12 +00:00
"pos": {
2023-02-11 05:25:28 +00:00
"x": 85,
"y": 299
2022-11-17 01:17:12 +00:00
},
2023-01-25 20:32:36 +00:00
"width": 95,
"height": 66,
2022-11-17 01:17:12 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-11-17 01:17:12 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-17 01:17:12 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "second",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 50,
"labelHeight": 21,
2022-11-29 22:22:23 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-11-30 19:23:30 +00:00
"zIndex": 0,
"level": 2
2022-11-17 01:17:12 +00:00
}
],
"connections": [
{
"id": "container.(first -> second)[0]",
"src": "container.first",
"srcArrow": "none",
"srcLabel": "",
"dst": "container.second",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "1->2",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 29,
"labelHeight": 21,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"labelPercentage": 0,
"route": [
{
2023-02-11 05:25:28 +00:00
"x": 148.5,
"y": 128
2022-11-17 01:17:12 +00:00
},
{
2023-02-11 05:25:28 +00:00
"x": 148.5,
"y": 299
2022-11-17 01:17:12 +00:00
}
],
"animated": false,
"tooltip": "",
2022-11-29 22:22:23 +00:00
"icon": null,
2022-11-30 19:23:30 +00:00
"zIndex": 0
2022-11-17 01:17:12 +00:00
},
{
"id": "(container -> container.second)[0]",
"src": "container",
"srcArrow": "none",
"srcLabel": "",
"dst": "container.second",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "c->2",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 28,
"labelHeight": 21,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"labelPercentage": 0,
"route": [
{
2023-02-11 05:25:28 +00:00
"x": 76,
2022-11-30 05:43:01 +00:00
"y": 12
2022-11-17 01:17:12 +00:00
},
{
2023-02-11 05:25:28 +00:00
"x": 76,
"y": 259
2022-11-17 01:17:12 +00:00
},
{
2023-02-11 05:25:28 +00:00
"x": 116.83333333333333,
"y": 259
2022-11-17 01:17:12 +00:00
},
{
2023-02-11 05:25:28 +00:00
"x": 116.83333333333333,
"y": 299
2022-11-17 01:17:12 +00:00
}
],
"animated": false,
"tooltip": "",
2022-11-29 22:22:23 +00:00
"icon": null,
2022-11-30 19:23:30 +00:00
"zIndex": 0
2022-11-17 01:17:12 +00:00
}
]
}