I’m working on an interactive interface using SVG and JavaScript/jQuery, and I’m trying to decide between Raphael and jQuery SVG. I’d like to know

  1. What the trade-offs are between the two
  2. Where the development momentum seems to be.

I don’t need the VML/IE support in Raphael, or the plotting abilities of jQuery SVG. I’m primarily interested in the most elegant way to create, animate, and manipulate individual items on an SVG canvas.

14 Answers
14

Leave a Reply

Your email address will not be published. Required fields are marked *