fix(svelte) corrected <g> positioning
This commit is contained in:
@@ -5,7 +5,5 @@
|
||||
</script>
|
||||
|
||||
{#if $connection.path}
|
||||
<g class={$connection.status}>
|
||||
<path d={$connection.path} fill="none" stroke={$connection.startHandle?.handleId} />
|
||||
</g>
|
||||
<path d={$connection.path} fill="none" stroke={$connection.startHandle?.handleId} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user