Closed walkandre closed 10 years ago
I'm serializing the project to json but it's ignoring any changes to the item / svg position. Ex:
var item = paper.project.importSVG(svg); item.position = new paper.Point(1000, 500); var json = paper.project.exportJSON()
When I load the json back the item / svg is in the wrong position 0,0.
paper.project.importJSON(json);
Thanks for the report. That's indeed a bug. Tiny fix coming up!
I'm serializing the project to json but it's ignoring any changes to the item / svg position. Ex:
When I load the json back the item / svg is in the wrong position 0,0.