mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 05:14:58 +08:00
better toDataURL for shapes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
suite('BaseLayer', function() {
|
||||
// ======================================================
|
||||
test('width and height', function() {
|
||||
Konva.showWarnings = false;
|
||||
var stage = addStage();
|
||||
|
||||
var layer = new Konva.FastLayer();
|
||||
@@ -52,5 +53,6 @@ suite('BaseLayer', function() {
|
||||
stage.height(),
|
||||
'while layer is on stage changing height doing nothing'
|
||||
);
|
||||
Konva.showWarnings = true;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user