avocets
Avocets
rss 2.0 subscribe to this page
search


view all
•  projects
•  owners
•  tags

Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.

ExplorerCanvas 0002 release:http://s
ourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959

belongs to processing project
tagged canvas ie by vallhonr ...on 08-DEC-08

<canvas> is a new HTML element which can be used to draw graphics via scripting (usually Javascript). For example, it can be used to draw graphs, make photo compositions or even perform animations.

Mozilla applications gained support for <canvas> starting with Gecko 1.8 (i.e. Ff1.5). The element was originally introduced by Apple for the OS X Dashboard and Safari. Internet Explorer does not natively support <canvas>, but a page can effectively add support for it by including a script from Google's Explorer Canvas project. Opera 9 also supports <canvas>.

belongs to processing project
tagged canvas js processing by vallhonr ...on 08-DEC-08