mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
update changelog
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
suite.only('Filter', function() {
|
||||
suite('Filter', function() {
|
||||
|
||||
test('pixelRaio check', function () {
|
||||
Konva.pixelRatio = 2;
|
||||
@@ -22,7 +22,9 @@ suite.only('Filter', function() {
|
||||
circle.blurRadius(0);
|
||||
layer.draw();
|
||||
|
||||
cloneAndCompareLayer(layer, 20);
|
||||
if (!window.mochaPhantomJS) {
|
||||
cloneAndCompareLayer(layer, 50);
|
||||
}
|
||||
Konva.pixelRatio = 1;
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user