Add jpeg and webp support to canvas.toDataURL() (#34861)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2025-01-09 11:01:43 -08:00 committed by GitHub
parent 4f8dcfe6f9
commit f220d6d3a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 77 additions and 9 deletions

View file

@ -90,3 +90,8 @@
[WebGL test #55: should draw with 255,192,128,1\nat (0, 0) expected: 255,192,128,1 was 0,0,0,255]
expected: FAIL
[WebGL test #62: should draw with 128,128,128,255\nat (0, 0) expected: 128,128,128,255 was 255,255,255,255]
expected: FAIL
[WebGL test #69: should draw with 128,128,128,255\nat (0, 0) expected: 128,128,128,255 was 255,255,255,255]
expected: FAIL