Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arv/ExplorerCanvas
Canvas for IE8 and older
https://github.com/arv/ExplorerCanvas
Last synced: 2 months ago
JSON representation
Canvas for IE8 and older
- Host: GitHub
- URL: https://github.com/arv/ExplorerCanvas
- Owner: arv
- License: apache-2.0
- Created: 2009-01-12T00:17:35.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T09:46:07.000Z (over 4 years ago)
- Last Synced: 2024-04-14T13:38:12.811Z (9 months ago)
- Language: JavaScript
- Homepage: https://code.google.com/p/explorercanvas/
- Size: 101 KB
- Stars: 615
- Watchers: 42
- Forks: 310
- Open Issues: 6
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-canvas - ExplorerCanvas - Canvas for IE8 and older. ![](https://img.shields.io/github/stars/arv/ExplorerCanvas?style=social) ![](https://img.shields.io/github/forks/arv/ExplorerCanvas?style=social) (Libraries / Runtime)
README
ExplorerCanvas
Copyright 2006 Google Inc.-------------------------------------------------------------------------------
DESCRIPTIONFirefox, Safari and Opera 9 support the canvas tag to allow 2D command-based
drawing operations. ExplorerCanvas brings the same functionality to Internet
Explorer; web developers only need to include a single script tag in their
existing canvas webpages to enable this support.-------------------------------------------------------------------------------
INSTALLATIONInclude the ExplorerCanvas tag in the same directory as your HTML files, and
add the following code to your page, preferably in the tag.If you run into trouble, please look at the included example code to see how
to best implement this