Fix opacity for fabric.Text and fabric.IText

This commit is contained in:
Stefan Kienzle 2014-10-20 15:49:29 +02:00
parent d1ba16f177
commit 30e248bf18

View file

@ -391,6 +391,7 @@
*/
_renderText: function(ctx, textLines) {
ctx.save();
this._setOpacity(ctx);
this._setShadow(ctx);
this._setupCompositeOperation(ctx);
this._renderTextFill(ctx, textLines);