diff --git a/src/text/Text.js b/src/text/Text.js index e306986..e687764 100644 --- a/src/text/Text.js +++ b/src/text/Text.js @@ -230,7 +230,7 @@ this.canvas.width = ( width + this.context.lineWidth ) * this.resolution; // calculate text height - var lineHeight = this.style.lineHeight || fontProperties.fontSize* + style.strokeThickness; + var lineHeight = this.style.lineHeight || fontProperties.fontSize + style.strokeThickness; var height = lineHeight * lines.length; if (style.dropShadow)