repair tests

This commit is contained in:
lavrton
2015-02-09 07:21:55 +07:00
parent 367d829784
commit dc4032ceee
3 changed files with 8 additions and 4 deletions

View File

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