Updated PaintWeb to the latest snapshot.
[moodle/mihaisucan.git] / lib / paintweb / tests / gsoc2009 / 0001-perf / test11.html
blob0b39aba2eaab0b27def10357223678902cf57987
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Simple performance test 11</title>
6 <style type="text/css"><!--
7 #container { position: relative; }
8 #imageView { border: 1px solid #000; }
9 --></style>
10 </head>
11 <body>
12 <p>Hold down the mouse button to draw in the rectangle below.</p>
13 <div id="container">
14 <canvas id="imageView" width="600" height="500">
15 <p>Unfortunately, your browser is currently unsupported by our web
16 application. We are sorry for the inconvenience. Please use one of the
17 supported browsers listed below, or draw the image you want using an
18 offline tool.</p>
19 <p>Supported browsers: <a href="http://www.opera.com">Opera</a>, <a
20 href="http://www.mozilla.com">Firefox</a>, <a
21 href="http://www.apple.com/safari">Safari</a>, and <a
22 href="http://www.konqueror.org">Konqueror</a>.</p>
23 </canvas>
24 </div>
26 <script type="text/javascript" src="common.js"></script>
27 <script type="text/javascript" src="test11.js"></script>
28 </body>
29 </html>