mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
change test
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user