mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Switch back to serializing segment lists for now, so we can fix other failing tests.
This commit is contained in:
parent
2064f28d2d
commit
1392f87d85
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@
|
|||
var Path = this.Path = PathItem.extend(/** @lends Path# */{
|
||||
_type: 'Path',
|
||||
_serializeFields: {
|
||||
pathData: ''
|
||||
segments: [],
|
||||
closed: false
|
||||
// pathData: ''
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue