Skip to content

Commit

Permalink
Update group.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Apr 4, 2022
1 parent 2164161 commit a5575bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/group.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
var group = makeGroupWith2ObjectsWithOpacity();

var groupObject = group.toObject();
groupObject.subTargetCheck = true;

fabric.Group.fromObject(groupObject).then(function(newGroupFromObject) {
assert.ok(newGroupFromObject._objects[0].lineCoords.tl, 'acoords 0 are restored');
Expand Down

0 comments on commit a5575bd

Please sign in to comment.