Scriptable, extensible, easily editable Easy to apply CSS styles XML-based Resizable without degradation Vector graphics Fast download Compression It is just XML! Easy debugging
How it worksCanvasSVG Drawing ModeImmediateRetained DOM Support part of the DOM Each SVG element is part of the DOM AnimationUsing direct scripting in canvas Manipulating objects in the DOM Internet Explorer 9 GPU acceleration Yes When to useProgrammatic rendering, games Highly detailed drawing, charts
<path d="M 150,250 Q 200, ,250 " fill="yellow" stroke="black" stroke-width="5" />
... …
...
Graphically rich interactive sites GPU- Powered SVG DOM + JavaScript