gpt4 book ai didi

javascript - 使用 Canvas 时出现异常(0x80040111 NS_ERROR_NOT_AVAILABLE)

转载 作者:行者123 更新时间:2023-11-29 22:31:26 25 4
gpt4 key购买 nike

我在编写 JavaScript 绘图工具时遇到了一些问题。这是一个单元测试,将来会用作我正在从事的更大项目的组件。它在 Canvas 中运行,但当我尝试运行它时,我收到此错误消息:

Error: uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D.drawImage]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://rasmvillage/canvasapp/js/lib.js :: <TOP_LEVEL> :: line 52"  data: no]

我正在使用 jquery 库

HTML 没什么特别的。只是一个 div#container 里面有一个 canvas#imageID 和 canvas#boardID。有人可以帮我弄清楚出了什么问题吗?谢谢。

最佳答案

canvas drawImage doesn't draw images the first time 所示, 请确保在图像 onload 触发之前不要对图像进行操作。更多建议 Image onload for static images ,包括可能有帮助的 jQuery 插件。

关于javascript - 使用 Canvas 时出现异常(0x80040111 NS_ERROR_NOT_AVAILABLE),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6714994/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com