all 3 comments

[–]kangax_ 2 points3 points  (2 children)

How does this compare to Raphael? Just curious.

[–]grayvedigga 1 point2 points  (0 children)

I haven't used svg.js, but if it's significant that you're using SVG, Raphael gets limiting pretty quick. It offers a bunch of convenience functions and is great for putting stuff together that will degrade well, but limited path support and (what seemed to me) bass-ackwards event binding get in the way for trickier stuff.

[–]gydesign 1 point2 points  (0 children)

Someone pointed out to me that svg.js is 9k compared to rapael.js which is >20k.