OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | 3 <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
4 <head> | 4 <head> |
5 <meta charset="utf-8" /> | 5 <meta charset="utf-8" /> |
6 <title></title> | 6 <title></title> |
7 <div style="height:0"> | 7 <div style="height:0"> |
8 | 8 |
9 <div id="sect1"> | 9 <div id="sect1"> |
10 {{{6, -3}, {0, 1}}} id=3 | 10 {{{fX=1.97000003 fY=2.00000000 }, {fX=1.97000003 fY=3.97000003 }, {fX=0.00000000
0 fY=3.97000003 }} fW: 0.707106769 |
11 {{{1.6714313f, -1.08141601f}, {2.24979973f, -1.14467525f}, {2.27122664f, -0.5141
51096f}, {0, 1}}} id=5 | 11 {{{fX=1.99750006 fY=2.00000000 } {fX=1.99750006 fY=2.02749991 } |
12 {{{0.001119050197303295135, 0.9992539882659912109}, {4.001119136810302734, 6.999
254226684570312}}}, | 12 {{{fX=1.96415257 fY=2.36347127 } {fX=1.95914865 fY=2.39051223 } |
| 13 |
13 </div> | 14 </div> |
14 | 15 |
15 </div> | 16 </div> |
16 | 17 |
17 <script type="text/javascript"> | 18 <script type="text/javascript"> |
18 | 19 |
19 var testDivs = [ | 20 var testDivs = [ |
20 sect1, | 21 sect1, |
21 ]; | 22 ]; |
22 | 23 |
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1401 <body onLoad="start();"> | 1402 <body onLoad="start();"> |
1402 | 1403 |
1403 <canvas id="canvas" width="750" height="500" | 1404 <canvas id="canvas" width="750" height="500" |
1404 onmousedown="mouseDown = true" | 1405 onmousedown="mouseDown = true" |
1405 onmouseup="mouseDown = false" | 1406 onmouseup="mouseDown = false" |
1406 onmousemove="handleMouseOver()" | 1407 onmousemove="handleMouseOver()" |
1407 onclick="handleMouseClick()" | 1408 onclick="handleMouseClick()" |
1408 ></canvas > | 1409 ></canvas > |
1409 </body> | 1410 </body> |
1410 </html> | 1411 </html> |
OLD | NEW |