d2/e2etests/testdata/todo/container_label_loop/dagre/board.exp.json

264 lines
5.3 KiB
JSON
Raw Normal View History

2023-02-10 20:18:50 +00:00
{
"name": "",
"fontFamily": "SourceSansPro",
"shapes": [
{
"id": "a",
"type": "rectangle",
"pos": {
"x": 0,
2023-02-10 21:47:22 +00:00
"y": 41
2023-02-10 20:18:50 +00:00
},
2023-02-11 05:45:31 +00:00
"width": 153,
2023-02-10 21:47:22 +00:00
"height": 291,
2023-02-10 20:18:50 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#E3E9FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"double-border": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "If we were meant to fly, we wouldn't keep losing our luggage",
"fontSize": 28,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 702,
"labelHeight": 36,
"labelPosition": "OUTSIDE_TOP_CENTER",
"zIndex": 0,
"level": 1
},
{
"id": "a.b",
"type": "rectangle",
"pos": {
2023-02-11 05:45:31 +00:00
"x": 40,
2023-02-10 21:47:22 +00:00
"y": 70
2023-02-10 20:18:50 +00:00
},
"width": 53,
"height": 66,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"double-border": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "b",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 8,
"labelHeight": 21,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "a.c",
"type": "rectangle",
"pos": {
2023-02-11 05:45:31 +00:00
"x": 40,
2023-02-10 21:47:22 +00:00
"y": 236
2023-02-10 20:18:50 +00:00
},
"width": 53,
"height": 66,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"double-border": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "c",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 8,
"labelHeight": 21,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
}
],
"connections": [
{
"id": "a.(b -> c)[0]",
"src": "a.b",
"srcArrow": "none",
"srcLabel": "",
"dst": "a.c",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
2023-02-11 05:45:31 +00:00
"x": 66.5,
2023-02-10 21:47:22 +00:00
"y": 136.5
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 66.5,
2023-02-10 21:47:22 +00:00
"y": 176.5
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 66.5,
2023-02-10 21:47:22 +00:00
"y": 196.5
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 66.5,
2023-02-10 21:47:22 +00:00
"y": 236.5
2023-02-10 20:18:50 +00:00
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(a -> a)[0]",
"src": "a",
"srcArrow": "none",
"srcLabel": "",
"dst": "a",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
2023-02-11 05:45:31 +00:00
"x": 93,
"y": 107.55172413793103
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 114.33333333333334,
"y": 94.3103448275862
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 121,
2023-02-10 21:47:22 +00:00
"y": 91
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 123,
2023-02-10 21:47:22 +00:00
"y": 91
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 125.00000000000001,
2023-02-10 21:47:22 +00:00
"y": 91
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 127.66666666666667,
2023-02-10 21:47:22 +00:00
"y": 97.6
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 129.66666666666669,
2023-02-10 21:47:22 +00:00
"y": 107.5
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 131.66666666666666,
2023-02-10 21:47:22 +00:00
"y": 117.4
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 131.66666666666666,
2023-02-10 21:47:22 +00:00
"y": 130.6
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 129.66666666666669,
2023-02-10 21:47:22 +00:00
"y": 140.5
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 127.66666666666667,
2023-02-10 21:47:22 +00:00
"y": 150.4
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 114.33333333333334,
"y": 153.68965517241378
2023-02-10 20:18:50 +00:00
},
{
2023-02-11 05:45:31 +00:00
"x": 93,
"y": 140.44827586206895
2023-02-10 20:18:50 +00:00
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
}
]
}