I have a script that generates the image say abc.png. However, I'm using a script Tag (it'll be an app), and on the first load, my image abc.png doesn't show up.
When I check if the image is done loading using javascript, it shows as loaded, yet the actual image doesn't show up. What could be causing this?