| 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 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 946 {{{124.666672f, 152.333344f}, {125.909309f, 152.333344f}, {126.787994f, 153.3096
62f}}} | 946 {{{124.666672f, 152.333344f}, {125.909309f, 152.333344f}, {126.787994f, 153.3096
62f}}} |
| 947 {{fX=124.66667175292969 fY=152.33334350585937 }, {fX=126.78799438476562 fY=153.3
0966186523437 }} } | 947 {{fX=124.66667175292969 fY=152.33334350585937 }, {fX=126.78799438476562 fY=153.3
0966186523437 }} } |
| 948 {{fX=124.66667175292969 fY=152.33334350585937 }, {fX=127.02368927001953 fY=153.3
0966186523437 }} } | 948 {{fX=124.66667175292969 fY=152.33334350585937 }, {fX=127.02368927001953 fY=153.3
0966186523437 }} } |
| 949 </div> | 949 </div> |
| 950 | 950 |
| 951 <div id="skpcarrot_is24x"> | 951 <div id="skpcarrot_is24x"> |
| 952 {{{1020.08099, 672.16198699999995}, {1020.08002, 630.73999000000003}, {986.50201
400000003, 597.16198699999995}, {945.08099400000003, 597.16198699999995}}} | 952 {{{1020.08099, 672.16198699999995}, {1020.08002, 630.73999000000003}, {986.50201
400000003, 597.16198699999995}, {945.08099400000003, 597.16198699999995}}} |
| 953 {{{1020, 672}, {1020, 640.93395999999996}, {998.03301999999996, 618.966980000000
04}}} | 953 {{{1020, 672}, {1020, 640.93395999999996}, {998.03301999999996, 618.966980000000
04}}} |
| 954 </div> | 954 </div> |
| 955 | 955 |
| 956 <div id="skpwww_9to5mac_com_64"> |
| 957 {{{{365.848175,5081.15186}, {368,5103}}}, |
| 958 {{{367.967712,5102.61084}, {368.278717,5105.71045}}}}, |
| 959 </div> |
| 960 |
| 956 </div> | 961 </div> |
| 957 | 962 |
| 958 <script type="text/javascript"> | 963 <script type="text/javascript"> |
| 959 | 964 |
| 960 var testDivs = [ | 965 var testDivs = [ |
| 966 skpwww_9to5mac_com_64, |
| 961 skpcarrot_is24x, | 967 skpcarrot_is24x, |
| 962 skpwww_wartepop_blogspot_com_br_6, | 968 skpwww_wartepop_blogspot_com_br_6, |
| 963 skpwww_wartepop_blogspot_com_br_6a, | 969 skpwww_wartepop_blogspot_com_br_6a, |
| 964 skpwww_galaxystwo_com_4, | 970 skpwww_galaxystwo_com_4, |
| 965 skpwww_kitcheninspirations_wordpress_com_66, | 971 skpwww_kitcheninspirations_wordpress_com_66, |
| 966 skpwww_tcmevents_org_13, | 972 skpwww_tcmevents_org_13, |
| 967 skpwww_aceinfographics_com_106, | 973 skpwww_aceinfographics_com_106, |
| 968 skpwww_educationalcraft_com_4b, | 974 skpwww_educationalcraft_com_4b, |
| 969 skpwww_educationalcraft_com_4a, | 975 skpwww_educationalcraft_com_4a, |
| 970 skpwww_educationalcraft_com_4, | 976 skpwww_educationalcraft_com_4, |
| (...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2193 <body onLoad="start();"> | 2199 <body onLoad="start();"> |
| 2194 | 2200 |
| 2195 <canvas id="canvas" width="750" height="500" | 2201 <canvas id="canvas" width="750" height="500" |
| 2196 onmousedown="mouseDown = true" | 2202 onmousedown="mouseDown = true" |
| 2197 onmouseup="mouseDown = false" | 2203 onmouseup="mouseDown = false" |
| 2198 onmousemove="handleMouseOver()" | 2204 onmousemove="handleMouseOver()" |
| 2199 onclick="handleMouseClick()" | 2205 onclick="handleMouseClick()" |
| 2200 ></canvas > | 2206 ></canvas > |
| 2201 </body> | 2207 </body> |
| 2202 </html> | 2208 </html> |
| OLD | NEW |