fix(core): update overlap helper package imports
This commit is contained in:
parent
12806b7afd
commit
c8f7f9ba49
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue