Fix fill pattern for Konva.Text when the pattern has an offset or rotation. close #852

This commit is contained in:
Anton Lavrenov
2021-05-06 14:53:02 -05:00
parent 8359287949
commit ef6fbf2e14
6 changed files with 87 additions and 22 deletions

View File

@@ -27,8 +27,6 @@ afterEach(function () {
clearTimeout(stage.dblTimeout);
});
console.log(isFailed);
if (!isFailed && !isManual) {
Konva.stages.forEach(function (stage) {
stage.destroy();