jQuery SVG vs. Raphael - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T07:44:57Z http://stackoverflow.com/feeds/question/588718 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael 9 jQuery SVG vs. Raphael Luke Dennis 2009-02-26T01:21:54Z 2009-11-16T16:53:46Z <p>I'm working on an interactive interface using SVG and Javascript/jQuery, and I'm trying to decide between <a href="http://raphaeljs.com/" rel="nofollow">Raphael</a> and <a href="http://keith-wood.name/svgRef.html" rel="nofollow">jQuery SVG</a>. I'd like to know (1) what the trade-offs are between the two, and (2) where the development momentum seems to be.</p> <p>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.</p> <p>Thanks!</p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/595069#595069 1 Answer by Bharani for jQuery SVG vs. Raphael Bharani 2009-02-27T14:49:28Z 2009-02-27T14:49:28Z <p>I think it is not totally unrelated but did you consider canvas? something like <a href="http://ejohn.org/blog/processingjs/" rel="nofollow">Process JS</a> can make it simpler.</p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/655683#655683 7 Answer by Luke Dennis for jQuery SVG vs. Raphael Luke Dennis 2009-03-17T19:32:31Z 2009-03-17T19:32:31Z <p>For posterity, I'd like to note that I ended up choosing Raphael, because of the clean API and "free" IE support, and also because the <a href="http://groups.google.com/group/raphaeljs" rel="nofollow">active development</a> looks promising (event support was just added in 0.7, for instance). However, I'll leave the question unanswered, and I'd still be interested to hear about others' experiences using Javascript + SVG libraries.</p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/678451#678451 1 Answer by georgemandis for jQuery SVG vs. Raphael georgemandis 2009-03-24T17:37:38Z 2009-03-24T17:37:38Z <p>I will throw my vote behind Raphael - the cross-browser support, clean API and consistent updates (so far) make it a joy to use. It plays very nicely with jQuery too. Processing is cool, but more useful as a demo for bleeding-edge stuff at the moment. </p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/845401#845401 0 Answer by chasbeen for jQuery SVG vs. Raphael chasbeen 2009-05-10T14:08:35Z 2009-05-10T14:08:35Z <p>Perhaps you would also like to visit my website where I have been concentrating on Raphael. <a href="http://www.irunmywebsite.com/raphael/raphaelsource.html" rel="nofollow">http://www.irunmywebsite.com/raphael/raphaelsource.html</a></p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/1064182#1064182 0 Answer by techfandu for jQuery SVG vs. Raphael techfandu 2009-06-30T15:03:23Z 2009-06-30T15:03:23Z <p><a href="http://techfandu.blogspot.com/2008/10/raphaeljs-svg-vs-jquery-svg-library.html" rel="nofollow">http://techfandu.blogspot.com/2008/10/raphaeljs-svg-vs-jquery-svg-library.html</a></p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/1249286#1249286 0 Answer by CHARLES for jQuery SVG vs. Raphael CHARLES 2009-08-08T16:36:17Z 2009-08-08T16:36:17Z <p>techfandu This link is currently broken in IE7: <a href="http://keith-wood.name/svgBasics.html" rel="nofollow">http://keith-wood.name/svgBasics.html</a></p> <p>Does that mean that by default the users have to download a plugin befoere it works in IE7/8?</p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/1254328#1254328 6 Answer by Rich Pollock for jQuery SVG vs. Raphael Rich Pollock 2009-08-10T11:11:02Z 2009-08-10T11:11:02Z <p>I'm a huge fan of Raphael and the development momentum seems to be going strong (version 0.85 was released late last week). Another big plus is that its developer, <a href="http://dmitry.baranovskiy.com/" rel="nofollow" title="Dmitry's homepage">Dmitry Baranovskiy</a>, is currently working on a Raphael charting plugin, <a href="http://github.com/DmitryBaranovskiy/g.raphael/tree/master" rel="nofollow" title="g.raphael on GitHub">g.raphael</a>, which looks like its shaping up to be pretty slick (there are a few samples of the output from the early versions on <a href="http://www.flickr.com/photos/dmitry-baranovskiy/sets/72157620525949908/" rel="nofollow" title="Flickr set of g.raphael samples">Flickr</a>).</p> <p>However, just to throw another possible contender into the SVG library mix, Google's <a href="http://code.google.com/p/svgweb/" rel="nofollow" title="SVG Web Google code project">SVG Web</a> looks very promising indeed (even though I'm not a big fan of Flash, which it uses to render in non-SVG compliant browsers). Probably one to watch, especially with the upcoming <a href="http://www.svgopen.org/2009/" rel="nofollow" title="SVG Open conference">SVG Open conference</a>.</p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/1717434#1717434 1 Answer by sroussey for jQuery SVG vs. Raphael sroussey 2009-11-11T19:18:05Z 2009-11-11T19:18:05Z <p>You should also take a look at svgweb. It uses flash to render svg in IE, and optionally on other browsers (in the cases where it supports more than the browser itself does).</p> <p><a href="http://code.google.com/p/svgweb/" rel="nofollow">http://code.google.com/p/svgweb/</a></p> http://stackoverflow.com/questions/588718/jquery-svg-vs-raphael/1743418#1743418 0 Answer by Chasbeen for jQuery SVG vs. Raphael Chasbeen 2009-11-16T16:53:46Z 2009-11-16T16:53:46Z <p>Which yellow page? In my defense this is an R&amp;D site. However any suggestions would be good. tks..</p>