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:
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?
<blink>and<marquee>are still with us, so hopefully<canvas>will be for the foreseeable future, at least outside of IE. – Paul D. Waite Mar 4 '10 at 9:51XMLHttpRequestandinnerHTMLstarted as a non-standard extensions too. Features are judged on how useful they are, and how well they work in practice, and you can’t really figure that out until you’ve got an implementation to try. – Paul D. Waite Mar 4 '10 at 9:53