How do I force drawImage() to refetch an image?
Created May 4, 2012
John Zukowski
If you flush() an Image between calls to drawImage(), the Image will be refetched instead of using the local cached version.