mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Fix correct rendering of Konva.Label
when heigh of text is changed
This commit is contained in:
@@ -277,6 +277,9 @@ suite('Label', function () {
|
||||
|
||||
layer.draw();
|
||||
assert.equal(tag.width(), text.width());
|
||||
|
||||
text.height(200);
|
||||
assert.equal(tag.height(), text.height());
|
||||
});
|
||||
|
||||
test('tag cornerRadius', function () {
|
||||
|
Reference in New Issue
Block a user