IE9不支持全局综合操作、圆桌骑士游戏

发布于 2024-10-08 18:43:54 字数 384 浏览 0 评论 0原文

我正在向中国的 IE9 竞赛提交一个小游戏。但IE9 beta似乎不支持canvas2d的globalCompositeOperation属性。无论我做什么,结果看起来都是“复制”,我不得不在IE9 beta中使用特殊的图片来代替它。

有什么建议吗?感谢您的帮助。

预览网址:

http://ie9.onlinevoc.cn/contest/PercodPage.aspx? ID=43

IE9 beta、Chrome7+、Safari5+ 和 Firefox 3.6+ 支持。如果您觉得游戏不错,请投票给我,再次感谢!

I was submitting a smallgame to IE9 contest in China. But it seems IE9 beta not support canvas2d globalCompositeOperation property. No metter what I did, the result looks like 'copy', I cannot but use a special picture instead of it in IE9 beta.

Any suggestions? Thanks for your help.

Preview url:

http://ie9.onlinevoc.cn/contest/PercodPage.aspx?ID=43

It's supported by IE9 beta, Chrome7+, Safari5+ and Firefox 3.6+. If you feel the game is good, please vote for me, thanks again!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滥情哥ㄟ 2024-10-15 18:43:54

我创建了一个名为 context-blender 的库,它允许您在区域之间执行 Photoshop 风格的混合效果两块画布。它不使用globalCompositeOperation。您可以查看 README 以了解迄今为止支持的模式。如果您需要支持其他复合模式,请告诉我,我会添加它。

I have created a library called context-blender that allows you to perform Photoshop-style blend effects between regions of two canvases. It does not use globalCompositeOperation. You can view the README to see the modes supported so far. If you have another composite mode that you need supported, let me know and I'll add it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文