update changelog

This commit is contained in:
lavrton
2015-04-14 09:56:56 +07:00
parent b44a78333e
commit 4f9140539e
2 changed files with 7 additions and 3 deletions

View File

@@ -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;
});
});