Add UI-agnostic model layer: typed grouped properties (string/int/float/ bool/enum/color/catalogue item(s)/value list), catalogue registry, port relations with color schemes and compatibility rules, ports, node/edge models, and DiagramDocument with change signals and JSON round-trip. Include a starter node library (source/tank/pump/valve/junction/consumer/ transformer) with matching SVG symbols, plus model+document tests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
383 B
XML
7 lines
383 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="34" r="22" fill="none" stroke="#2e7d32" stroke-width="5"/>
|
|
<circle cx="50" cy="66" r="22" fill="none" stroke="#2e7d32" stroke-width="5"/>
|
|
<line x1="50" y1="4" x2="50" y2="12" stroke="#2e7d32" stroke-width="5"/>
|
|
<line x1="50" y1="88" x2="50" y2="96" stroke="#2e7d32" stroke-width="5"/>
|
|
</svg>
|