implemented enableNestedTransforms flag which forces the rendering engine to skip nested transform calculations when they aren't needed

This commit is contained in:
Eric Rowell
2013-12-05 22:29:50 -08:00
parent 76285f59b0
commit 422a6b305b
6 changed files with 72 additions and 5 deletions

View File

@@ -61,6 +61,7 @@
this._id = Kinetic.idCounter++;
this._buildDOM();
this._bindContentEvents();
this._enableNestedTransforms = false;
Kinetic.stages.push(this);
},
_validateAdd: function(child) {