diff --git a/src/shapes/text.class.js b/src/shapes/text.class.js index e48ca747..2b23be81 100644 --- a/src/shapes/text.class.js +++ b/src/shapes/text.class.js @@ -851,7 +851,7 @@ charBox, boxWidth = 0, timeToRender, - shortCut = !isJustify && this.isEmptyStyles(lineIndex); + shortCut = !isJustify && this.charSpacing === 0 && this.isEmptyStyles(lineIndex); ctx.save(); top -= lineHeight * this._fontSizeFraction / this.lineHeight;