mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
cache + pixelRatio
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
suite('Blur', function() {
|
||||
// ======================================================
|
||||
test('basic blur', function(done) {
|
||||
this.timeout(5000);
|
||||
var stage = addStage();
|
||||
|
||||
var imageObj = new Image();
|
||||
|
Reference in New Issue
Block a user