mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-13 00:03:10 +00:00
Fix opacity for fabric.Text and fabric.IText
This commit is contained in:
parent
d1ba16f177
commit
30e248bf18
1 changed files with 1 additions and 0 deletions
|
|
@ -391,6 +391,7 @@
|
|||
*/
|
||||
_renderText: function(ctx, textLines) {
|
||||
ctx.save();
|
||||
this._setOpacity(ctx);
|
||||
this._setShadow(ctx);
|
||||
this._setupCompositeOperation(ctx);
|
||||
this._renderTextFill(ctx, textLines);
|
||||
|
|
|
|||
Loading…
Reference in a new issue