Loading images will occasionally fail - you can't guarantee that the image is loaded before calling other code that depends on the image being present if you just set the src property and carry on.
This fix uses the onload event to ensure that the image is actually loaded before proceeding.
Loading images will occasionally fail - you can't guarantee that the image is loaded before calling other code that depends on the image being present if you just set the src property and carry on.
This fix uses the onload event to ensure that the image is actually loaded before proceeding.