mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-20 22:20:59 +00:00
Merge pull request #1743 from asturur/Fix-for-text-shadow
Fix for stroke shadow covering fills. Closes #1647
This commit is contained in:
commit
fe510f21e9
1 changed files with 3 additions and 0 deletions
|
|
@ -572,6 +572,9 @@
|
|||
i
|
||||
);
|
||||
}
|
||||
if (this.shadow && !this.shadow.affectStroke) {
|
||||
this._removeShadow(ctx);
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue