diff --git a/src/item/Item.js b/src/item/Item.js index 88bdbead..6cc7f247 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -45,6 +45,7 @@ var Item = Base.extend(Emitter, /** @lends Item# */{ }, _class: 'Item', + _name: null, // All items apply their matrix by default. // Exceptions are Raster, SymbolItem, Clip and Shape. _applyMatrix: true,