Currently, I am using Raphael 2.1 to simultaneously draw 15 lines, each consisting of 50 two-pixel paths. The performance is optimal in Safari and Chrome, acceptable in Firefox, subpar in Opera, and struggles in IE9. Despite Microsoft's claim that SVG will work in IE9, the Raphael.svg function returns false in this browser.
I have spent the entire day exploring various posts on improving Raphael's performance specifically in IE9, with the only solution being to install Chrome Frame.
Has anyone come across any alternative solutions to address this issue?