mirror of
https://github.com/konvajs/konva.git
synced 2025-09-22 20:14:01 +08:00
split up methods from the PathHelper class and moved them to Path and Geometry. Path specific methods went to Path, and general purpose geometric utility methods went to the Geometry utility class. TextPath now inherits methods from Path
This commit is contained in:
@@ -17,7 +17,6 @@ Kinetic.Sprite = Kinetic.Shape.extend({
|
||||
config.drawFunc = this.drawFunc;
|
||||
// call super constructor
|
||||
this._super(config);
|
||||
|
||||
var that = this;
|
||||
this.on('animationChange.kinetic', function() {
|
||||
// reset index when animation changes
|
||||
|
Reference in New Issue
Block a user