javascript - Save and load Raphael.js paper as/from text -



javascript - Save and load Raphael.js paper as/from text -

i have raphael.js paper object various elements in , save it's state in database in text format , re-instantiate later. know can accomplish if maintain record of i've added , attributes have set. there easy way this?

doesn't raphael utilize svg? if so, save , reinsert svg content dom.

javascript svg raphael

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -