more Transformer fixes

This commit is contained in:
Anton Lavrenov
2018-03-21 15:21:55 +07:00
parent 1930ffc9d7
commit 248f57cd3f
6 changed files with 259 additions and 133 deletions

View File

@@ -2140,7 +2140,6 @@ suite('Container', function() {
y: 10
});
group.add(new Konva.Group());
console.log(group.getClientRect());
assert.deepEqual(group.getClientRect(), {
x: 10,
y: 10,