mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
Fix fill pattern for Konva.Text
when the pattern has an offset or rotation. close #852
This commit is contained in:
@@ -27,8 +27,6 @@ afterEach(function () {
|
||||
clearTimeout(stage.dblTimeout);
|
||||
});
|
||||
|
||||
console.log(isFailed);
|
||||
|
||||
if (!isFailed && !isManual) {
|
||||
Konva.stages.forEach(function (stage) {
|
||||
stage.destroy();
|
||||
|
Reference in New Issue
Block a user