fix arrow.getClientRect() calculations. fix #1851

This commit is contained in:
Anton Lavrevov
2024-12-01 19:18:41 -06:00
parent 14118054f6
commit 00ee0846d5
3 changed files with 32 additions and 3 deletions

View File

@@ -741,7 +741,7 @@ describe('Text', function () {
});
// ======================================================
it.only('text multi line with justify align and decoration', function () {
it('text multi line with justify align and decoration', function () {
var stage = addStage();
var layer = new Konva.Layer();