fixed up text path draw func

This commit is contained in:
Eric Rowell
2012-11-24 00:05:37 -08:00
parent 7f68dafb5c
commit 0e514f7810
4 changed files with 10 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ Kinetic.TextPath.prototype = {
context.translate(p0.x, p0.y);
context.rotate(glyphInfo[i].rotation);
this.fillStrokeText(context);
this.fillStrokeText(context, glyphInfo[i].text);
context.restore();