I'm actually writting a svg gallery plugin using the svg.js librairy. I'm confronted to a problem I am not able to resolve... I need to create some instance of the same gallery, they are all binded to the mousewheel event, everything works fine except this event mousewheel. The action is only played in one of the svg rendered, but it takes the value of the current one. It seems the mousewheel event is only binded to one SVG element... I've done a jsfiddle to try to isolate to nasty part.
http://jsfiddle.net/dredtrake/SDSk6/1/
console.log(this);
Inside the functions/methods returning me the good instance too.
Thank you for your interrest in my problem.
André.
:)