Friday, October 14, 2011

HTML5 Diaries – Canvas & SVG


image


How to choose between Canvas and SVG ?

Fundamentally, Canvas is a pixel-based, immediate mode graphics system that works best with a smaller surface or a larger number of objects.
While, SVG is a shape-based, retained mode graphics system that works better with a larger surface or a smaller number of objects.

For more information, visit :

http://msdn.microsoft.com/en-us/library/gg589488(v=vs.85).aspx
http://dev.opera.com/articles/view/svg-or-canvas-choosing-between-the-two/
https://developer.mozilla.org/en/Canvas_tutorial
http://www.canvasdemos.com/

No comments:

AddIn