fix(svelte) corrected <g> positioning

This commit is contained in:
Peter
2023-09-27 16:02:46 +02:00
parent 1d8fc1bfaf
commit 79ab4cb3e0
2 changed files with 7 additions and 8 deletions
@@ -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}