deprecate some methods

This commit is contained in:
Anton Lavrenov
2021-05-21 10:45:44 -05:00
parent 734a66a75c
commit 29badd7f6c
10 changed files with 1429 additions and 1450 deletions

View File

@@ -30,8 +30,6 @@ describe('Text', function () {
assert.equal(layer.getContext().getTrace(), trace);
});
// ======================================================
// TODO: what is the best UX here?
it('check text with FALSY values', function () {
var stage = addStage();
var layer = new Konva.Layer();