web-bugs icon indicating copy to clipboard operation
web-bugs copied to clipboard

jaxah.com - Image breaks after processing it with a canvas and setting the src back through canvas.toDataUrl()

Open fozzedout opened this issue 10 months ago • 1 comments

URL: https://jaxah.com/breaking-firefox.html

Browser / Version: Firefox 125.0 Operating System: Windows 10 Tested Another Browser: Yes Chrome

Problem type: Something else Description: Setting large image after processing with a canvas and setting the src back through canvas.toDataUrl() causes the image to stop displaying Steps to Reproduce: Using a very large image, after processing it with a canvas and setting the image src back through a canvas.toDataUrl() causes the image to stop displaying, as if it has broken. Checking the memory snapshot shows that the image is still in memory, just no longer displaying. This does not break in Chrome. I've made a page to focus on what breaks (given in the url)

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

fozzedout avatar Apr 23 '24 20:04 fozzedout