d2/e2etests/testdata/stable/stylish/dagre/board.exp.json

138 lines
2.7 KiB
JSON
Raw Normal View History

2022-11-24 06:48:57 +00:00
{
"name": "",
2022-12-21 07:43:45 +00:00
"fontFamily": "SourceSansPro",
2022-11-24 06:48:57 +00:00
"shapes": [
{
"id": "x",
"type": "",
"pos": {
"x": 1,
"y": 0
},
"width": 113,
"height": 126,
"opacity": 0.6,
"strokeDash": 0,
"strokeWidth": 5,
"borderRadius": 0,
"fill": "orange",
"stroke": "#53C0D8",
"shadow": true,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-24 06:48:57 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "x",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 13,
"labelHeight": 26,
2022-11-29 22:22:23 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-11-30 19:23:30 +00:00
"zIndex": 0,
"level": 1
2022-11-24 06:48:57 +00:00
},
{
"id": "y",
"type": "",
"pos": {
"x": 0,
"y": 226
},
"width": 114,
"height": 126,
"opacity": 0.6,
2022-11-24 09:04:47 +00:00
"strokeDash": 5,
2022-11-24 06:48:57 +00:00
"strokeWidth": 2,
"borderRadius": 0,
"fill": "red",
2022-11-24 07:16:23 +00:00
"stroke": "black",
2022-11-24 06:48:57 +00:00
"shadow": false,
"3d": true,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-11-24 06:48:57 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "y",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 14,
"labelHeight": 26,
2022-11-29 22:22:23 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-11-30 19:23:30 +00:00
"zIndex": 0,
"level": 1
2022-11-24 06:48:57 +00:00
}
],
"connections": [
{
"id": "(x -> y)[0]",
"src": "x",
"srcArrow": "none",
"srcLabel": "",
"dst": "y",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 0.5,
"strokeDash": 5,
"strokeWidth": 2,
"stroke": "green",
2022-12-16 23:48:24 +00:00
"fill": "lavender",
2022-12-16 23:43:58 +00:00
"label": "in style",
2022-11-24 06:48:57 +00:00
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
2022-12-16 23:43:58 +00:00
"labelWidth": 47,
"labelHeight": 21,
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-11-24 06:48:57 +00:00
"labelPercentage": 0,
"route": [
{
"x": 57,
"y": 126
},
{
"x": 57,
"y": 166
},
{
"x": 57,
"y": 186
},
{
"x": 57,
"y": 226
}
],
"isCurve": true,
"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-24 06:48:57 +00:00
}
]
}