Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Side by Side Diff: tools/pathops_sorter.htm

Issue 575553003: fix battlefield website by disallowing very small coordinates (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix chrome crash Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698