This commit is contained in:
Anton Lavrenov
2022-03-12 22:48:54 -05:00
parent fcf53dc138
commit 1e4251b6ca
2 changed files with 16 additions and 15 deletions

View File

@@ -70,8 +70,8 @@ describe('Caching', function () {
context.fillStyle = 'green';
context.fill();
compareLayerAndCanvas(layer, canvas, 200);
cloneAndCompareLayer(layer, 150);
compareLayerAndCanvas(layer, canvas, 200, 100);
cloneAndCompareLayer(layer, 150, 100);
});
it('cache rectangle with fill and stroke', function () {