Open germain-gg opened 5 years ago
I looked a bit more into this issue. It is definitely an issue around createImageBitmap
. I suspect a regression on the Firefox JS VM.
I created an issue on Bugzilla https://bugzilla.mozilla.org/show_bug.cgi?id=1533680
Image nodes still isn't working for me on v67
Looking at your bug report, no one has picked it up yet
is blocked by https://bugzilla.mozilla.org/show_bug.cgi?id=1533680
Looks like there are some movement on that front https://bugzilla.mozilla.org/show_bug.cgi?id=1367251
Will test as soon as it land on Firefox Nightly
Still awaiting fix from Firefox upstream
Hi,
Using the latest version of VideoContext and this snippet of code, it looks to me that image rendering is broken on VC.
This works on Chrome 72 on MacOS and other vendors. However this does fail on Firefox 65 and Firefox Nightly.
Reported warning in the console is
It can be traced back to this Bugzilla issue https://bugzilla.mozilla.org/show_bug.cgi?id=1400077
I will probably look into that in the next couple of days