mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
stage setSize() method now converts inputs to integers. added a lot of setSize unit tests
This commit is contained in:
@@ -734,8 +734,7 @@ Test.prototype.tests = {
|
||||
});
|
||||
|
||||
layer.add(star);
|
||||
stage.add(layer);
|
||||
|
||||
stage.add(layer);
|
||||
star.saveData();
|
||||
},
|
||||
'EVENTS - drag events click': function(containerId) {
|
||||
|
Reference in New Issue
Block a user