fix import

This commit is contained in:
casperlamboo 2017-11-14 18:28:24 +01:00
parent bee9d11097
commit 968703357f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import { Vector } from '@doodle3d/cal';
import { SHAPE_CACHE_LIMIT } from '../constants/general.js';
import ImageShape from '../d2/ImageShape.js';
import Shape from '../d2/Shape.js';
import { applyMatrixOnPath } from '../utils/vectorUtils.js';
export function shapeChanged(oldShapeData, newShapeData) {
const pointsChanged = oldShapeData.points !== newShapeData.points;