Firefox throwing a exception with HTML Canvas putImageData

前端 未结 7 938
Happy的楠姐
Happy的楠姐 2021-01-04 09:12

So I was working on this little javascript experiment and I needed a widget to track the FPS of it. I ported a widget I\'ve been using with Actionscript 3 to Javascript and

7条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-04 10:11

    I think you need to specify two more arguments to putImageData : width and height.

    See here

提交回复
热议问题