Skip to content

Commit

Permalink
Update Group.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Mar 26, 2023
1 parent 674818d commit 8b921e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/Group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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'
Expand Down

0 comments on commit 8b921e9

Please sign in to comment.