HTML5 APPLICATIONS DEVELOPMENT MANUAL

(lu) #1






Some older browsers cannot render canvas drawings or animation.


Therefore, you should add an image, text, or some other HTML content


within the canvas element that will display if the drawing cannot.


Scalable Vector Graphics


Scalable Vector Graphics (SVG) is a language for describing 2D


graphics in XML. With SVG, you provide drawing instructions within your


code versus using the src attribute to point to a file. Unlike other image types,


graphics created using the svg element are scalable. The quality of the image


will not change if it shrinks or is enlarged.


<!DOCTYPE html>



Free download pdf