Canvas draw performance lack in Windows

  1. Open the Developer Console in your browser.
  2. Observe the console logs to see the time taken for the CanvasRenderingContext2D.drawImage() function to execute.
  3. 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.