mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Do not use pathData in JSON for CompoundPaths.
This commit is contained in:
parent
03a7503789
commit
375156059d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
var CompoundPath = PathItem.extend(/** @lends CompoundPath# */{
|
||||
_serializeFields: {
|
||||
pathData: ''
|
||||
children: []
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue