HTML 5 Canvas 在其他图像上绘制图像
我想在一张画布上绘制两幅图像。问题是我绘制的第一张图像可能比第二张图像需要更长的时间来加载。由于图片是在 onload 事件上绘制的,因此可能会出现第一个图像绘制在第二个图片之上的情况。
这不是我想要的,我总是希望第二个图像绘制在第一个图像之上。有什么想法吗?
I have two images I want to draw on one canvas. The problem is that the first image I draw might take longer to load than the second one. Since the pictures are drawn on the onload event it could occur that the first image is drawn on top of the second picture.
This is not what I want, I always want the second image to be drawn on top of the first image. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)