some fixes and new release

This commit is contained in:
Anton Lavrenov
2018-03-15 12:18:46 +07:00
parent 2e878aa79b
commit 3f8813db9b
7 changed files with 267 additions and 36 deletions

View File

@@ -548,7 +548,7 @@ suite('Transformer', function() {
assert.equal(tr.rotation(), 0);
});
test.only('fit group', function() {
test('fit group', function() {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);