little refactoring

This commit is contained in:
Anton Lavrenov
2023-04-05 20:37:22 -06:00
parent 390bd3e10b
commit 742c08599a
10 changed files with 1063 additions and 385 deletions

View File

@@ -227,6 +227,6 @@ describe('Arrow', function () {
arrow.cache();
layer.draw();
cloneAndCompareLayer(layer, 200);
cloneAndCompareLayer(layer, 255, 50);
});
});