I would like to create visual modelling tools that integrate with Eclipse. I consider SVG to be a good way to represent the visual model, because it is vector based. And also in Eclipse I can use the internal browser as an engine to load svg+ecmascript+javascript+html. But there are so many JavaScript frameworks that utilize SVG, and now I got confused.
I am not so good in JavaScript, but i can use it in basic use. I think the framework must be easy to use, has a lot of examples/tutorials. It also has good documentation and a community where I can ask around.
Check out Raphaël.js – a small JavaScript library that should simplify your work with vector graphics on the web.