Include more Item attributes for serialization.

This commit is contained in:
Jürg Lehni 2013-02-11 17:13:44 -08:00
parent a043feae76
commit 224563d5f7

View file

@ -39,7 +39,12 @@ var Item = this.Item = Base.extend(Callback, {
_serializeFields: {
name: null,
children: [],
matrix: new Matrix()
matrix: new Matrix(),
locked: false,
visible: true,
blendMode: 'normal',
opacity: 1,
guide: false
},
initialize: function(point) {