eads@18: ExplorerCanvas eads@18: Copyright 2006 Google Inc. eads@18: eads@18: ------------------------------------------------------------------------------- eads@18: DESCRIPTION eads@18: eads@18: Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based eads@18: drawing operations. ExplorerCanvas brings the same functionality to Internet eads@18: Explorer; web developers only need to include a single script tag in their eads@18: existing canvas webpages to enable this support. eads@18: eads@18: eads@18: ------------------------------------------------------------------------------- eads@18: INSTALLATION eads@18: eads@18: Include the ExplorerCanvas tag in the same directory as your HTML files, and eads@18: add the following code to your page, preferably in the tag. eads@18: eads@18: eads@18: eads@18: If you run into trouble, please look at the included example code to see how eads@18: to best implement this