Click here to Skip to main content
16,019,018 members

Comments by Member 9889448 (Top 1 by date)

Member 9889448 6-Mar-13 16:12pm View    
The HTML5 <canvas> element is used to draw graphics, on the fly, via scripting (usually JavaScript).

The <canvas> element is only a container for graphics. You must use a script to actually draw the graphics.

Canvas has several methods for drawing paths, boxes, circles, characters, and adding images.


http://www.w3schools.com/html/html5_canvas.asp