summaryrefslogtreecommitdiffstats
path: root/thirdparty/excanvas/README
diff options
context:
space:
mode:
authorStanislau Wolski <stanislau.wolski@gmail.com>2015-04-07 16:29:24 +0300
committerStanislau Wolski <stanislau.wolski@gmail.com>2015-04-07 16:29:24 +0300
commiteb8cf15afd37d8ffc89c54be94afa395add6405b (patch)
treeba74ac396d87ad1c3e976bf2bde79a1cab75ecd7 /thirdparty/excanvas/README
downloaddhtmlx-suite-gpl-4.1.3.zip
dhtmlx-suite-gpl-4.1.3.tar.gz
dhtmlx-suite-gpl-4.1.3.tar.bz2
[add] initial version4.1.3
Diffstat (limited to 'thirdparty/excanvas/README')
-rw-r--r--thirdparty/excanvas/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/thirdparty/excanvas/README b/thirdparty/excanvas/README
new file mode 100644
index 0000000..9e8268b
--- /dev/null
+++ b/thirdparty/excanvas/README
@@ -0,0 +1,22 @@
+ExplorerCanvas
+Copyright 2006 Google Inc.
+
+-------------------------------------------------------------------------------
+DESCRIPTION
+
+Firefox, 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.
+
+
+-------------------------------------------------------------------------------
+INSTALLATION
+
+Include the ExplorerCanvas tag in the same directory as your HTML files, and
+add the following code to your page, preferably in the <head> tag.
+
+<!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]-->
+
+If you run into trouble, please look at the included example code to see how
+to best implement this \ No newline at end of file