AliasIO / Raphael.JSON

Convert Raphaël paper objects to JSON and back

Home Page:http://elbertf.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editing the element after receiving the json from server

SudarshanRaul opened this issue · comments

I've following situation -

  1. I'm creating multiple shapes and giving them an ID. I push these shapes into an array so that I can update the attrs of the shapes later.
  2. I convert the drawing to json and save it on server (db).
  3. Later I fetch it back from server and unable to update the attrs of the shape.