Merge pull request #1743 from asturur/Fix-for-text-shadow

Fix for stroke shadow covering fills. Closes #1647
This commit is contained in:
Juriy Zaytsev 2014-10-12 19:33:49 +02:00
commit fe510f21e9

View file

@ -572,6 +572,9 @@
i
);
}
if (this.shadow && !this.shadow.affectStroke) {
this._removeShadow(ctx);
}
},
/**