Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个大图像要在画布上绘制:1900px X 7000px
80% 加载正确,但 20% 我有一个黑色画布而不是我的图像。似乎是GPU,但不确定。
我是否必须将此img分成两三个,否则它不会改变任何东西。
它只是一个背景图像,上面没有 requestanimationframe。
只是drawimage(bg,宽度,高度,0,0)
如果您在代码中的某处使用它
canvas.toDataURL()
改用这个:
canvas.toDataURL('image/jpg')