I'm trying to make an app that has a client MVC architecture, but in addition to HTML templates, it has SVG elements as the View (I use raphael to manage this).
Is there any JavaScript MVC framework that works well with raphaelJS as the View?
In the case that there isn't, are there any suggested frameworks that could work well with it?