As a fun project, I am going to make a simple flowchart app to learn some new html features, but I am unsure whether this is more appropriate for canvas or SVG (and which lib to use).
I believe that SVG is more appropriate here since everything is basically shapes connected to lines (sounds like vector graphics to me), but if you think otherwise let me know why.
As for libraries, I read the Raphael vs Jquery SVG library debate on here... but this took place a year and a half ago. What are your thoughts on the current state of these libraries or a newer one that has matured?