change test

This commit is contained in:
Anton Lavrenov
2019-01-15 14:55:41 -05:00
parent d90b0f15c2
commit ce5ab7e4cf

View File

@@ -772,7 +772,7 @@ suite('Text', function() {
ctx.fillText(text.text(), text.x(), text.y() + text.fontSize() / 2);
compareLayerAndCanvas(layer, canvas, 200);
compareLayerAndCanvas(layer, canvas, 250);
var data = layer.getContext().getImageData(25, 41, 1, 1).data;
delete Konva.pixelRatio;