This document discusses HTML5 game performance and compares the graphics capabilities of different platforms. It finds that Canvas 2D is faster than before but WebGL is still much faster for rendering 2D sprites. WebGL provides 3D graphics using OpenGL ES and is accessed through the HTML5 Canvas element. The document tests performance by drawing many blue squares and measuring framerates, finding that WebGL can render significantly more sprites before slowing down.