mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
repair tests
This commit is contained in:
@@ -196,7 +196,7 @@ suite('Rect', function(){
|
||||
context.arc(100, 100, 50, 0, Math.PI * 2);
|
||||
context.fillStyle = 'black';
|
||||
context.fill();
|
||||
compareLayerAndCanvas(layer, canvas);
|
||||
compareLayerAndCanvas(layer, canvas, 100);
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user