mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
remove old checks
This commit is contained in:
@@ -21,9 +21,7 @@ suite('Filter', function() {
|
||||
circle.blurRadius(0);
|
||||
layer.draw();
|
||||
|
||||
if (!window.isPhantomJS) {
|
||||
cloneAndCompareLayer(layer, 50);
|
||||
}
|
||||
cloneAndCompareLayer(layer, 50);
|
||||
Konva.pixelRatio = 1;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user