清除 HTML5 画布中的笔划路径(循环内)
我正在努力清理画布以获取 2 个简单的笔划路径。
示例: http://dl.dropbox.com/u/104380/canvas -test-case.html
...我正在使用
requestAnimFrame()
Paul Irish 的新版本。但我认为这不会对 Canvas 上下文产生任何影响,而不是 setInterval。据我所知,我也正确使用了 beginPath() 并在渲染循环内调用 getContext() 。
...问题是,原来的两笔画不清晰!
有什么想法吗?
I'm struggling to clear a canvas for 2 simple stroke paths.
Example: http://dl.dropbox.com/u/104380/canvas-test-case.html
... I'm using the new
requestAnimFrame()
by Paul Irish. But I don't think this should have any effect on Canvas contexts, as opposed to a setInterval. As far as I know, I'm also correctly using beginPath() and recalling getContext() inside the render loop.
... problem is, the two original strokes are not clearing!
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这条线...
应该是
this line...
should be