When I learned about the raphael SVG library, I thought it would be the cake world to do my SVG stuff. But I see that raphael cannot import the SVG file, and while reading the other stacks, I did not find a good solution. I saw several online SVG-to-Raphael converters, but I'm looking for something that I could use programmatically.
Browser compatibility is optional, as I use it in mobile development using Titanium Studio.
How can this be achieved?
source share