Manipulate an existing SVG file? (SVG file for raphael object)

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?

+4
source share

Source: https://habr.com/ru/post/1386975/


All Articles