Skip to content

Commit

Permalink
simpe fix for textbox (#3473)
Browse files Browse the repository at this point in the history
* simpe fix for textbox

* resotre build
  • Loading branch information
asturur committed Dec 2, 2016
1 parent 6525db2 commit 3f3e098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shapes/textbox.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@
* @override
*/
_splitTextIntoLines: function(ctx) {
ctx = ctx || this.ctx;
var originalAlign = this.textAlign;
ctx.save();
this._setTextStyles(ctx);
Expand Down

0 comments on commit 3f3e098

Please sign in to comment.