when I create a canvas by javascript , it show me 'object unsupport“getContext” ' on IE8 my code like that `var canvas = document.createElement("canvas"); var ctx = canvas.getContext("2d");`
when I create a canvas by javascript , it show me 'object unsupport“getContext” ' on IE8
my code like that
var canvas = document.createElement("canvas"); var ctx = canvas.getContext("2d");