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?
Note that in Internet Explorer 9, the canvas tag is supported natively!
Internet Explorer browser version 9 and Internet Explorer browser version 11 supports HTML5 semantic elements property.
The latest versions of Firefox, Chrome, Internet Explorer and Safari can be used to work with Canvas.
Browser support The element is supported by the current versions of Mozilla Firefox, Google Chrome, Internet Explorer, Safari, Konqueror, Opera and Microsoft Edge.
The page is using excanvas - a JS library that simulates the canvas element using IE's VML renderer.
Note that in Internet Explorer 9, the canvas tag is supported natively! See MSDN docs for details...
You can try fxCanvas: https://code.google.com/p/fxcanvas/
It implements almost all Canvas API within flash shim.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With