Fix AppendText after API changes

This commit is contained in:
Julian Viereck 2012-09-20 21:48:18 +02:00
parent a33ba145bf
commit e48530d391
2 changed files with 7 additions and 7 deletions

View file

@ -793,7 +793,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
if (textSelection) {
geom.canvasWidth = canvasWidth;
this.textLayer.appendText(font.fallbackName, fontSize, geom);
}`
}
return canvasWidth;
},