comparison geotemco/lib/excanvas/README @ 0:b12c99b7c3f0

commit for previous development
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 19 Jan 2015 17:13:49 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b12c99b7c3f0
1 ExplorerCanvas
2 Copyright 2006 Google Inc.
3
4 -------------------------------------------------------------------------------
5 DESCRIPTION
6
7 Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based
8 drawing operations. ExplorerCanvas brings the same functionality to Internet
9 Explorer; web developers only need to include a single script tag in their
10 existing canvas webpages to enable this support.
11
12
13 -------------------------------------------------------------------------------
14 INSTALLATION
15
16 Include the ExplorerCanvas tag in the same directory as your HTML files, and
17 add the following code to your page, preferably in the <head> tag.
18
19 <!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]-->
20
21 If you run into trouble, please look at the included example code to see how
22 to best implement this