HTML 5 Canvas Samples
Find some HTML 5 Canvas snippets that would give you an idea of graphics on canvas here.
Find some HTML 5 Canvas snippets that would give you an idea of graphics on canvas here.
When we have to render graphics on your web page we can use Flash or some raw images. As flash is discouraged and raw images are heavy HTML 5 encourages to do graphics using Canvas or SVG. Read more to find differences between Canvas & SVG.