d2/e2etests/testdata/regression/empty_sequence/dagre/board.exp.json

180 lines
3.5 KiB
JSON
Raw Normal View History

2022-12-05 22:51:01 +00:00
{
"name": "",
"boardContainer": false,
2022-12-21 07:43:45 +00:00
"fontFamily": "SourceSansPro",
2022-12-05 22:51:01 +00:00
"shapes": [
{
"id": "A",
"type": "sequence_diagram",
"pos": {
"x": 13,
"y": 0
},
2023-01-25 20:32:36 +00:00
"width": 80,
"height": 66,
2022-12-05 22:51:01 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 0,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "N7",
"stroke": "B1",
2022-12-05 22:51:01 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-12-05 22:51:01 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "hello",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-12-05 22:51:01 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 35,
"labelHeight": 21,
2022-12-05 22:51:01 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 1
},
{
"id": "B",
"type": "sequence_diagram",
"pos": {
"x": 0,
2023-01-25 20:32:36 +00:00
"y": 166
2022-12-05 22:51:01 +00:00
},
2023-01-25 20:32:36 +00:00
"width": 106,
"height": 66,
2022-12-05 22:51:01 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 0,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "N7",
"stroke": "B1",
2022-12-05 22:51:01 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-12-05 22:51:01 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "goodbye",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-12-05 22:51:01 +00:00
"italic": false,
"bold": true,
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 61,
"labelHeight": 21,
2022-12-05 22:51:01 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 1
}
],
"connections": [
{
"id": "(A -> B)[0]",
"src": "A",
"srcArrow": "none",
"srcLabel": "",
"dst": "B",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2022-12-05 22:51:01 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-05 22:51:01 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
2023-01-25 20:32:36 +00:00
"x": 53,
"y": 66
2022-12-05 22:51:01 +00:00
},
{
2023-01-25 20:32:36 +00:00
"x": 53,
"y": 106
2022-12-05 22:51:01 +00:00
},
{
2023-01-25 20:32:36 +00:00
"x": 53,
"y": 126
2022-12-05 22:51:01 +00:00
},
{
2023-01-25 20:32:36 +00:00
"x": 53,
"y": 166
2022-12-05 22:51:01 +00:00
}
],
"isCurve": true,
"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-12-05 22:51:01 +00:00
}