Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Adam-Greenan/konva into A…
Browse files Browse the repository at this point in the history
…dam-Greenan-master
  • Loading branch information
lavrton committed Dec 23, 2024
2 parents 855e7fa + de05038 commit a8395ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/Text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export class Text extends Shape<TextConfig> {
var lineTranslateY = 0;
var obj = textArr[n],
text = obj.text,
width = obj.width,
width = obj.width + letterSpacing,
lastLine = obj.lastInParagraph,
spacesNumber,
oneWord,
Expand Down

0 comments on commit a8395ca

Please sign in to comment.