Canvas draw performance lack in Windows
- Open the Developer Console in your browser.
- Observe the console logs to see the time taken for the CanvasRenderingContext2D.drawImage() function to execute.
- The problem is observed in Windows only. This sample is executed for ~7 sec under Firefox MacOS / Linux, but in Windows it takes ~24 sec.