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="quad1"> | 9 <div id="quad1"> |
10 {{3.13,2.74}, {1.08,4.62}, {3.71,0.94}} | 10 {{3.13,2.74}, {1.08,4.62}, {3.71,0.94}} |
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 computed quadratics set | 964 computed quadratics set |
965 {{50.6,117.001}, {52.4926111,116.112083}, {81.0298889,109.956333}}, | 965 {{50.6,117.001}, {52.4926111,116.112083}, {81.0298889,109.956333}}, |
966 {{81.0298889,109.956333}, {109.567167,103.800583}, {142.037778,103.045}}, | 966 {{81.0298889,109.956333}, {109.567167,103.800583}, {142.037778,103.045}}, |
967 {{142.037778,103.045}, {174.508389,102.289417}, {188.201,117.601}}, | 967 {{142.037778,103.045}, {174.508389,102.289417}, {188.201,117.601}}, |
968 computed quadratics set | 968 computed quadratics set |
969 {{188.201,117.601}, {189.210269,116.85838}, {179.697259,112.371148}}, | 969 {{188.201,117.601}, {189.210269,116.85838}, {179.697259,112.371148}}, |
970 {{179.697259,112.371148}, {170.18425,107.883917}, {138.037741,108.563519}}, | 970 {{179.697259,112.371148}, {170.18425,107.883917}, {138.037741,108.563519}}, |
971 {{138.037741,108.563519}, {105.891231,109.24312}, {39,124.001}}, | 971 {{138.037741,108.563519}, {105.891231,109.24312}, {39,124.001}}, |
972 </div> | 972 </div> |
973 | 973 |
| 974 <div id="battle6001"> |
| 975 {{{0.111722f, -59.999897f}, {0.0895366594f, -59.999939f}, {0.0673542097f, -59.99
99695f}, {0.0451717526f, -59.9999847f}}} |
| 976 {{{0.0451734141f, -59.9999847f}, {0.0438041016f, -59.9999886f}, {0.0424379632f,
-59.9999886f}, {0.0410718247f, -59.9999886f}}} |
| 977 </div> |
| 978 |
974 </div> | 979 </div> |
975 | 980 |
976 <script type="text/javascript"> | 981 <script type="text/javascript"> |
977 | 982 |
978 var testDivs = [ | 983 var testDivs = [ |
| 984 battle6001, |
979 issue2753, | 985 issue2753, |
980 skpwww_9to5mac_com_64, | 986 skpwww_9to5mac_com_64, |
981 skpcarrot_is24x, | 987 skpcarrot_is24x, |
982 skpwww_wartepop_blogspot_com_br_6, | 988 skpwww_wartepop_blogspot_com_br_6, |
983 skpwww_wartepop_blogspot_com_br_6a, | 989 skpwww_wartepop_blogspot_com_br_6a, |
984 skpwww_galaxystwo_com_4, | 990 skpwww_galaxystwo_com_4, |
985 skpwww_kitcheninspirations_wordpress_com_66, | 991 skpwww_kitcheninspirations_wordpress_com_66, |
986 skpwww_tcmevents_org_13, | 992 skpwww_tcmevents_org_13, |
987 skpwww_aceinfographics_com_106, | 993 skpwww_aceinfographics_com_106, |
988 skpwww_educationalcraft_com_4b, | 994 skpwww_educationalcraft_com_4b, |
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2218 <body onLoad="start();"> | 2224 <body onLoad="start();"> |
2219 | 2225 |
2220 <canvas id="canvas" width="750" height="500" | 2226 <canvas id="canvas" width="750" height="500" |
2221 onmousedown="mouseDown = true" | 2227 onmousedown="mouseDown = true" |
2222 onmouseup="mouseDown = false" | 2228 onmouseup="mouseDown = false" |
2223 onmousemove="handleMouseOver()" | 2229 onmousemove="handleMouseOver()" |
2224 onclick="handleMouseClick()" | 2230 onclick="handleMouseClick()" |
2225 ></canvas > | 2231 ></canvas > |
2226 </body> | 2232 </body> |
2227 </html> | 2233 </html> |
OLD | NEW |