fix tests

This commit is contained in:
Anton Lavrenov
2023-05-14 07:42:00 -06:00
parent d182031a2f
commit a1fd371603
2 changed files with 7 additions and 2 deletions

View File

@@ -884,7 +884,7 @@ describe('Shape', function () {
context.strokeStyle = 'black';
context.strokeText('Test TEXT', 50, 75);
compareLayerAndCanvas(layer, canvas, 254);
compareLayerAndCanvas(layer, canvas, 254, 10);
});
// ======================================================
@@ -1857,7 +1857,6 @@ describe('Shape', function () {
var pattern3 = star._getFillPattern();
assert.notEqual(pattern2, pattern3);
star.fillPatternX(10);