mirror of
https://github.com/konvajs/konva.git
synced 2026-01-02 20:42:42 +08:00
added new performance test in preparation for new hit detection algo investigation
This commit is contained in:
@@ -928,8 +928,9 @@ Kinetic.Stage = Kinetic.Container.extend({
|
||||
|
||||
this.ids = {};
|
||||
this.names = {};
|
||||
|
||||
this.dragAnim = new Kinetic.Animation();
|
||||
//shapes hash. rgb keys and shape values
|
||||
this.shapes = {};
|
||||
this.dragAnim = new Kinetic.Animation();
|
||||
},
|
||||
_draw: function(canvas) {
|
||||
this._drawChildren(canvas);
|
||||
|
||||
Reference in New Issue
Block a user