Can it be possible to use Raphael js with svg web and svg core (original SVG API), so that I can get the benefit of all available features? I tried to load them together, but nothing would happen. Perhaps they overwrite each other’s functionalities.
More precisely, once again my question is can I apply Raphael js along with svgweb on a single SVG.
I tried combining SVG libraries , the main problem is that they use their own canvas so one will always be on top of the other.