Canvas: Difference between revisions
(Created page with "== Canvas == The canvas tag was introduced by Apple and has been [http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.htm...") |
No edit summary |
||
Line 1: | Line 1: | ||
The [[wikipedia:Canvas element|canvas]] tag was introduced by Apple and has been [http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html standardized to become part of HTML5]. | The [[wikipedia:Canvas element|canvas]] tag was introduced by Apple and has been [http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html standardized to become part of HTML5]. | ||
[http://pzwart3.wdka.hro.nl/~mmurtaugh/canvas.html A simple example page...] | [http://pzwart3.wdka.hro.nl/~mmurtaugh/canvas.html A simple example page...] |
Revision as of 14:59, 24 September 2012
The canvas tag was introduced by Apple and has been standardized to become part of HTML5.