chore: apply prettier formatting

This commit is contained in:
Nathan Muir
2025-08-19 14:15:14 +12:00
committed by Nathan Muir
parent 4c5572ee23
commit e50a3ea0dc
32 changed files with 611 additions and 1317 deletions

View File

@@ -247,11 +247,10 @@ describe('Arrow', function () {
});
layer.add(arrow);
stage.add(layer);
var rect = arrow.getClientRect({ skipStroke: true });
layer.add(new Konva.Rect({...rect, stroke: 'red' }));
layer.add(new Konva.Rect({ ...rect, stroke: 'red' }));
assert.equal(rect.x, 50);
assert.equal(rect.y, 40);