mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-05-20 09:41:55 -04:00
Include clipMask in serialization.
This commit is contained in:
parent
5527ab1da8
commit
5bbbaef618
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ var Item = this.Item = Base.extend(Callback, {
|
|||
visible: true,
|
||||
blendMode: 'normal',
|
||||
opacity: 1,
|
||||
guide: false
|
||||
guide: false,
|
||||
clipMask: false
|
||||
},
|
||||
|
||||
initialize: function(point) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue