{#each $nodes as node (node.id)} {@const posOrigin = getPositionWithOrigin({ x: node.positionAbsolute?.x ?? 0, y: node.positionAbsolute?.y ?? 0, width: node.width ?? 0, height: node.height ?? 0, origin: $nodeOrigin })}
{/each}