From b13e5763b6b0f9d5e3e631093bd77b0dce8ce0c7 Mon Sep 17 00:00:00 2001 From: Tom French Date: Thu, 12 Jun 2014 12:37:20 +0100 Subject: [PATCH] Calculate group coordinates when initializing --- src/shapes/group.class.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shapes/group.class.js b/src/shapes/group.class.js index 2fcb5b39..b7e0c570 100644 --- a/src/shapes/group.class.js +++ b/src/shapes/group.class.js @@ -63,6 +63,7 @@ extend(this, options); } this._setOpacityIfSame(); + //this.setCoords(); this.saveCoords(); },