Raphael.JSON icon indicating copy to clipboard operation
Raphael.JSON copied to clipboard

Editing the element after receiving the json from server

Open SudarshanRaul opened this issue 9 years ago • 0 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.

SudarshanRaul avatar Apr 08 '16 10:04 SudarshanRaul