Minimum Browser Support:
HTML5 Canvas
57.72%
Percentage of users who can view this feature (source: caniuse.com)
Uses Canvas to create beatiful, dynamically drawn silk like graphics.
Creative drawing tool built on top of the Canvas element.
if(Modernizr.canvas){
//browser supports canvas
}Learn more about detecting feature support with Modernizr.
Depending on how the Canvas element is being used, you have the following fallback strategies when running Canvas content in a browser that does not support the Canvas element: You can use static images, other dynamic graphics technologies such as SVG, or a plug-in such as Adobe Flash.