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

Convert Raphaël paper objects to JSON and back

Results 6 Raphael.JSON issues
Sort by recently updated
recently updated
newest added

please can you guide me how i can convert my animated object into json object.

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...

Ii can preserving the functions on my elements? i've my raphael paper with much elements, and functions associated on these elements. like ... raphael.rect(0,0,200,100).drag(function1,function2,function3);

Hello, I have the following code implemented. http://jsfiddle.net/JQPurfect/gdmk2xg5/1/ All I'm trying to do is export the rectangle + arrow data to json. I already wrote the function that export data...

the issues url: https://github.com/ElbertF/Raphael.FreeTransform/issues/123

Hello, I've noticed that there is no easy way to preserve a set and its free transform if it has one. I'm wondering if you've given this any thought? I've...