README 863 B

12345678910111213141516171819202122
  1. ExplorerCanvas
  2. Copyright 2006 Google Inc.
  3. -------------------------------------------------------------------------------
  4. DESCRIPTION
  5. Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based
  6. drawing operations. ExplorerCanvas brings the same functionality to Internet
  7. Explorer; web developers only need to include a single script tag in their
  8. existing canvas webpages to enable this support.
  9. -------------------------------------------------------------------------------
  10. INSTALLATION
  11. Include the ExplorerCanvas tag in the same directory as your HTML files, and
  12. add the following code to your page, preferably in the <head> tag.
  13. <!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]-->
  14. If you run into trouble, please look at the included example code to see how
  15. to best implement this