fix some things

This commit is contained in:
2026-07-19 22:16:37 +02:00
parent dbca41640f
commit 8df5c2a8f9
7 changed files with 404 additions and 28 deletions

View File

@@ -144,8 +144,8 @@ Every component owns its ports, declarative icon, properties, and child graph:
"icon": {
"size": {"width": 128, "height": 128},
"elements": [{
"type": "rectangle", "x": 1, "y": 1,
"width": 126, "height": 126,
"type": "rectangle", "x": 32, "y": 32,
"width": 64, "height": 64,
"cornerRadius": 5,
"fill": "#dbeafe", "stroke": "#245c9c",
"lineWidth": 1.5, "lineStyle": "solid"