This commit is contained in:
2026-07-20 14:02:22 +02:00
parent 8f87a3b477
commit bf2512995f
9 changed files with 295 additions and 42 deletions

View File

@@ -6,7 +6,7 @@
},
"roots": [
{
"id": "f4a9c769-d49a-46e1-90d8-a8175bf42e9c",
"id": "fd375563-d8cb-4c7b-b686-cd6f1edbb654",
"name": "New Graph Block 1",
"position": {
"x": 0.0,
@@ -31,7 +31,7 @@
"type": "rectangle",
"x": 32.0,
"y": 32.0,
"width": 88.0,
"width": 64.0,
"height": 64.0,
"fill": "#f4f4f4",
"stroke": "#303030",
@@ -43,8 +43,8 @@
"type": "text",
"x": 40.0,
"y": 40.0,
"width": 72.0,
"height": 40.0,
"width": 48.0,
"height": 48.0,
"text": "Graph",
"color": "#202020",
"fontSize": 12.0
@@ -60,11 +60,11 @@
"graph": {
"blocks": [
{
"id": "af73487a-4a2d-4908-b919-d0a2eaa75ce2",
"name": "A",
"id": "ffca7e20-ca0f-4872-985a-715dcd985052",
"name": "test A",
"position": {
"x": -224.0,
"y": -168.0
"y": -96.0
},
"rotation": 0.0,
"interface": {
@@ -141,7 +141,13 @@
}
]
},
"properties": {},
"properties": {
"showName": true,
"nameLabelPosition": {
"x": 48.0,
"y": 104.0
}
},
"library": {
"showSubtree": true
},
@@ -154,11 +160,11 @@
}
},
{
"id": "b89a77a1-d773-4ee3-8c3f-74377c29b4b2",
"name": "B",
"id": "571fd107-61ad-496a-8270-014e5697fcd1",
"name": "test B",
"position": {
"x": 96.0,
"y": -288.0
"y": -160.0
},
"rotation": 0.0,
"interface": {
@@ -250,7 +256,9 @@
}
]
},
"properties": {},
"properties": {
"showName": true
},
"library": {
"showSubtree": true
},
@@ -266,31 +274,23 @@
],
"connections": [
{
"id": "87490296-e353-43ea-8b59-55329950fdce",
"id": "df5ecb33-5451-4295-b68d-20886d86f0f4",
"source": {
"block": "af73487a-4a2d-4908-b919-d0a2eaa75ce2",
"block": "ffca7e20-ca0f-4872-985a-715dcd985052",
"port": "port-de109124"
},
"target": {
"block": "b89a77a1-d773-4ee3-8c3f-74377c29b4b2",
"block": "571fd107-61ad-496a-8270-014e5697fcd1",
"port": "port-4f732b3e"
},
"name": "",
"name": "conn",
"properties": {
"waypoints": [
{
"x": -64.0,
"y": -192.0
},
{
"x": -64.0,
"y": -256.0
},
{
"x": 64.0,
"y": -256.0
}
]
"waypoints": [],
"showName": true,
"nameLabelPosition": {
"x": -8.0,
"y": -56.0
}
}
}
],