refined example

This commit is contained in:
Peter
2023-09-26 15:49:09 +02:00
parent bba97aa01a
commit beecd9623b

View File

@@ -6,6 +6,6 @@
{#if $connectionPath}
<g class={$connection.connectionStatus}>
<path d={$connectionPath} fill="none" stroke="red" />
<path d={$connectionPath} fill="none" stroke={$connection.connectionStartHandle?.handleId} />
</g>
{/if}