diff --git a/src/shapes/Text.ts b/src/shapes/Text.ts index ced0fd1f5..4b861d795 100644 --- a/src/shapes/Text.ts +++ b/src/shapes/Text.ts @@ -264,7 +264,7 @@ export class Text extends Shape { var lineTranslateY = 0; var obj = textArr[n], text = obj.text, - width = obj.width, + width = obj.width + letterSpacing, lastLine = obj.lastInParagraph, spacesNumber, oneWord,