diff --git a/src/shapes/path_group.class.js b/src/shapes/path_group.class.js index 1b3781ea..f5dabad3 100644 --- a/src/shapes/path_group.class.js +++ b/src/shapes/path_group.class.js @@ -149,7 +149,8 @@ */ toSVG: function(reviver) { var objects = this.getObjects(), - translatePart = 'translate(' + this.left + ' ' + this.top + ')', + p = this.getPointByOrigin('left', 'top'), + translatePart = 'translate(' + p.x + ' ' + p.y + ')', markup = [ //jscs:disable validateIndentation '