I am trying to use the HTML5 canvas element to draw some arcs and circles - this works perfectly in FF but IE8 does not seem to support it.
Now, there exist Javascript libraries which seem to make IE8 work well with Canvas. An example can be found here:
http://thejit.org/Jit/Examples/Hypertree/example1.html
I have read their entire source but I cannot understand how they are making Canvas work with IE8. Can somebody please throw some light on the method used?