getting below error on IE8
canvas.getContext("2d") Unexpected call to method or property access.Error
i have also add
if (typeof G_vmlCanvasManager != 'undefined') {
G_vmlCanvasManager.initElement(canvas);
}
how to run canvas in IE8 with ecanvas.js. also i have check but no luck for me on it.
thanks