IE9不支持全局综合操作、圆桌骑士游戏
我正在向中国的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我创建了一个名为 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.