This article analyzes the problems and solutions encountered when using drawImage in HTML5. Share it with everyone for your reference. The specific analysis is as follows:
Problems encountered when using Image:
Actually, this way of writing is wrong. In fact, as long as the image is refreshed, it will not be displayed. To ensure normal display after refresh, it needs to be redrawn when Image onload. Test the problems that will occur under chrome 19.
Solution