|
@@ -1,13 +1,13 @@
|
|
|
-import { Color } from '../../math/Color.js';
|
|
|
-import { Path } from './Path.js';
|
|
|
-import { Shape } from './Shape.js';
|
|
|
-import { ShapeUtils } from '../ShapeUtils.js';
|
|
|
-
|
|
|
/**
|
|
|
* @author zz85 / http://www.lab4games.net/zz85/blog
|
|
|
* minimal class for proxing functions to Path. Replaces old "extractSubpaths()"
|
|
|
**/
|
|
|
|
|
|
+import { Color } from '../../math/Color.js';
|
|
|
+import { Path } from './Path.js';
|
|
|
+import { Shape } from './Shape.js';
|
|
|
+import { ShapeUtils } from '../ShapeUtils.js';
|
|
|
+
|
|
|
function ShapePath() {
|
|
|
|
|
|
this.type = 'ShapePath';
|