fix(core): update overlap helper package imports

This commit is contained in:
Danila Poyarkov 2026-06-30 10:57:36 +03:00
parent 12806b7afd
commit c8f7f9ba49

View file

@ -1,5 +1,5 @@
import { getWorldMatrix } from '#core/canvas/coordinate'
import Matrix from '#core/canvas/matrix'
import { getWorldMatrix } from '@open-pencil/scene-graph/coordinate'
import Matrix from '@open-pencil/scene-graph/matrix'
import {
clipPolygon,
effectOverflow,
@ -8,9 +8,9 @@ import {
strokeOverflow,
unionVisualBounds,
type VisualBounds
} from '#core/geometry'
import type { SceneGraph, SceneNode } from '#core/scene-graph'
import type { Rect, Vector } from '#core/types'
} from '@open-pencil/scene-graph/geometry'
import type { SceneGraph, SceneNode } from '@open-pencil/scene-graph'
import type { Rect, Vector } from '@open-pencil/scene-graph/primitives'
import type {
AnalyzeOverlapsArgs,