Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is HTML5 Canvas?

What do you know about Canvas in HTML5, and where to use it.

user-image
Question ajoutée par Fadi Alkhateeb , Senior Front End Developer , NexTwo
Date de publication: 2013/09/19
Sahil Surani
par Sahil Surani , LSMR Engineer , SAMSUNG ELECTRONICS INDIA LTD. (AVACEND SOLUTIONS PVT. LTD)

The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of2D shapes and bitmap images. It is a low level, procedural model that updates a bitmap and does not have a built-in scene graph.

Tanweer Ahmed
par Tanweer Ahmed , Application Developer , Department of Revenue,Registration and Land Reforms,Government of Jharkhand

HTML5 defines the <canvas> element as “a resolution-dependent bitmap canvas which can be used for rendering graphs, game graphics, or other visual images on the fly.” A canvas is a rectangle in your page where you can use JavaScript to draw anything you want.

Maher Alsilwy
par Maher Alsilwy , CONSULTANT , B7R DESIGN WWW.B7RDES.COM

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.

 

Read more here:

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

http://www.html5canvastutorials.com/

 

videos here:

http://thenewboston.org/watch.php?cat=43&number=35

http://thenewboston.org/watch.php?cat=43&number=36

http://thenewboston.org/watch.php?cat=43&number=37

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?