Ie 9 Is Not Rendering Images With Raphael Js Library
I am making a Raphael JS animation, and for some reason, I cannot get images to render in internet explorer 9. here is my code:    
 
 
Solution 1:
You need to put the Raphael Initiator Function around the raphael code to make it work. Eg.
raphael(function(){ 
Post a Comment for "Ie 9 Is Not Rendering Images With Raphael Js Library"