Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/74.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer 在HTML5画布中擦除(甚至在IE中)_Internet Explorer_Html_Canvas - Fatal编程技术网

Internet explorer 在HTML5画布中擦除(甚至在IE中)

Internet explorer 在HTML5画布中擦除(甚至在IE中),internet-explorer,html,canvas,Internet Explorer,Html,Canvas,我正在研究一个工具,它允许用户擦除画布元素上的区域。我使用了globalCompositeOperation=“copy”和rgba(0,0,0,0) 它在现代浏览器中运行良好,但在IE中不起作用。我也使用excanvas.js,但擦除根本不起作用 有没有办法在IE中实现擦除?简单的回答是IE不支持canvas,excanvas.js也没有实现canvas的所有功能,包括globalCompositeOperation-- 看 至于另一种选择,您能否链接到代码,以便我们更好地了解您试图实现的目标

我正在研究一个工具,它允许用户擦除画布元素上的区域。我使用了globalCompositeOperation=“copy”和rgba(0,0,0,0)

它在现代浏览器中运行良好,但在IE中不起作用。我也使用excanvas.js,但擦除根本不起作用


有没有办法在IE中实现擦除?

简单的回答是IE不支持canvas,excanvas.js也没有实现canvas的所有功能,包括globalCompositeOperation--

至于另一种选择,您能否链接到代码,以便我们更好地了解您试图实现的目标