@@ -212,7 +212,7 @@ class CurvePath extends Curve {
toJSON() {
- const data = super.toJSON( );
+ const data = super.toJSON();
data.autoClose = this.autoClose;
data.curves = [];
@@ -171,7 +171,7 @@ class Path extends CurvePath {
data.currentPoint = this.currentPoint.toArray();
@@ -62,7 +62,7 @@ class Shape extends Path {
data.uuid = this.uuid;
data.holes = [];