/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pywrap/static/codebase/thirdparty/excanvas/README

  • Committer: Vasilii Chernov
  • Date: 2016-02-24 14:12:53 UTC
  • mto: This revision was merged to the branch mainline in revision 357.
  • Revision ID: vchernov@inr.ru-20160224141253-f7vlfx13euogq1x0
Refresh web interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
b'\\ No newline at end of file'