Fix AppendText after API changes
This commit is contained in:
parent
a33ba145bf
commit
e48530d391
2 changed files with 7 additions and 7 deletions
|
@ -793,7 +793,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
if (textSelection) {
|
||||
geom.canvasWidth = canvasWidth;
|
||||
this.textLayer.appendText(font.fallbackName, fontSize, geom);
|
||||
}`
|
||||
}
|
||||
|
||||
return canvasWidth;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue