mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
fixed up text path draw func
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user