mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Fix Konva.Transformer
behavior on scaled with CSS stage. fix #841.
This commit is contained in:
@@ -1378,15 +1378,4 @@ suite('Stage', function() {
|
||||
Konva.Util.warn = oldWarn;
|
||||
assert.equal(called, true);
|
||||
});
|
||||
|
||||
// test.only('Warn when styles or stage are applied', function() {
|
||||
// var stage = addStage();
|
||||
// // var layer = new Konva.Layer();
|
||||
// // stage.add(layer);
|
||||
// var container = stage.content;
|
||||
// console.log(
|
||||
// getComputedStyle(container).width,
|
||||
// getComputedStyle(container).height
|
||||
// );
|
||||
// });
|
||||
});
|
||||
|
Reference in New Issue
Block a user