From 8b921e94126ad5a8de5b73e78cd2321eadb8d043 Mon Sep 17 00:00:00 2001 From: ShaMan123 Date: Sun, 26 Mar 2023 09:09:06 +0300 Subject: [PATCH] Update Group.ts --- src/shapes/Group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shapes/Group.ts b/src/shapes/Group.ts index eae9d3a3ca7..0818ff4ffbf 100644 --- a/src/shapes/Group.ts +++ b/src/shapes/Group.ts @@ -4,6 +4,7 @@ import { resolveOrigin } from '../util/misc/resolveOrigin'; import { Point } from '../Point'; import { cos } from '../util/misc/cos'; import type { TSVGReviver } from '../typedefs'; +import { makeBoundingBoxFromPoints } from '../util/misc/boundingBoxFromPoints'; import { invertTransform, multiplyTransformMatrices, @@ -20,7 +21,6 @@ import { FabricObject } from './Object/FabricObject'; import { Rect } from './Rect'; import { classRegistry } from '../ClassRegistry'; import { FabricObjectProps, SerializedObjectProps } from './Object/types'; -import { makeBoundingBoxFromPoints } from '../util'; export type LayoutContextType = | 'initialization'