Skip to content
Advertisement

Canvas Image not showing

I am currently having issues with displaying images in the HTML canvas. I am still new and I am quite tired so its likely theres somthing stupid I did not do. Heres the code:

JavaScript
JavaScript

Thanks for the help!

Advertisement

Answer

Loading an image is not instantly so you need to wait for it to be loaded first which you can do with the onload function of the image

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement