mirror of
https://github.com/konvajs/konva.git
synced 2026-01-09 11:34:38 +08:00
implemented enableNestedTransforms flag which forces the rendering engine to skip nested transform calculations when they aren't needed
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
this._id = Kinetic.idCounter++;
|
||||
this._buildDOM();
|
||||
this._bindContentEvents();
|
||||
this._enableNestedTransforms = false;
|
||||
Kinetic.stages.push(this);
|
||||
},
|
||||
_validateAdd: function(child) {
|
||||
|
||||
Reference in New Issue
Block a user