mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 03:13:41 +08:00
Merge branch 'master' of https://github.com/Adam-Greenan/konva into Adam-Greenan-master
This commit is contained in:
commit
a8395cad5c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user