I have two drawing areas like paper = raphael(...) and paper1= raphael(...). How to access elements of canvas in another…I have a path in paper1 and i want to access its attributes from paper. Any suggestions?
I have two drawing areas like paper = raphael(…) and paper1= raphael(…) . How
Share
Create an element that contains both papers and access them from there…there will be no magic between the 2 different papers… or add each paper in the other, so you can do this: