canvas

HTML 5 canvas element

From Wikipedia:

The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of 2D shapes and bitmap images.

The image below is drawn using canvas. The code is based on Google’s HTML5 presentation.