We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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");
var canvas = document.createElement("canvas"); var ctx = canvas.getContext("2d");