mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 19:13:49 +01:00
fix import
This commit is contained in:
parent
bee9d11097
commit
968703357f
@ -3,6 +3,7 @@ import { Vector } from '@doodle3d/cal';
|
|||||||
import { SHAPE_CACHE_LIMIT } from '../constants/general.js';
|
import { SHAPE_CACHE_LIMIT } from '../constants/general.js';
|
||||||
import ImageShape from '../d2/ImageShape.js';
|
import ImageShape from '../d2/ImageShape.js';
|
||||||
import Shape from '../d2/Shape.js';
|
import Shape from '../d2/Shape.js';
|
||||||
|
import { applyMatrixOnPath } from '../utils/vectorUtils.js';
|
||||||
|
|
||||||
export function shapeChanged(oldShapeData, newShapeData) {
|
export function shapeChanged(oldShapeData, newShapeData) {
|
||||||
const pointsChanged = oldShapeData.points !== newShapeData.points;
|
const pointsChanged = oldShapeData.points !== newShapeData.points;
|
||||||
|
Loading…
Reference in New Issue
Block a user