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

Side by Side Diff: tools/pathops_sorter.htm

Issue 686843002: Revert of harden pathops for pathological test (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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/PathOpsSkpTest.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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
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"> 974 <div id="battle6001">
975 {{{0.111722f, -59.999897f}, {0.0895366594f, -59.999939f}, {0.0673542097f, -59.99 99695f}, {0.0451717526f, -59.9999847f}}} 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}}} 976 {{{0.0451734141f, -59.9999847f}, {0.0438041016f, -59.9999886f}, {0.0424379632f, -59.9999886f}, {0.0410718247f, -59.9999886f}}}
977 </div> 977 </div>
978 978
979 <div id="fuzz763_3084">
980 {{{38.6568527f, 27.3431454f}, {41, 29.6862907f}, {41, 33}}}
981 {{{39.131218f, 27.8554096f}, {41, 30.0406685f}, {41, 33}}}
982 {{{44.6041069f, 27.9369583f}, {41.8078537f, 28.9057903f}, {39.131218f, 27.855409 6f}}}
983 </div>
984
985 <div id="fuzz763_378">
986 {{{-52.8062439,14.1493912}, {-53.6638947,10.948595}, {-52.0070419,8.07883835}}
987 {{-52.8054848,14.1522331}, {-53.6633072,10.9514809}, {-52.0066071,8.08163643}}
988 </div>
989
990 <div id="fuzz763_378d">
991 {{{-37.351398500000002, 10.0082998}, {-36.493801099999999, 13.209099800000001}, {-38.150600400000002, 16.0788002}}
992 {{-37.350898700000002, 10.010299699999999}, {-36.493099200000003, 13.2110004}, { -38.149799299999998, 16.080900199999999}}}
993 {{-37.320497331221297, 10.126736679362402}, {-37.320543141534543 fY=10.126556206 903867 }}
994 {{-37.514829818825397, 14.722977321623326}, {=-37.514249241879924 fY=14.72546489 2492159 }}
995 </div>
996
997 </div> 979 </div>
998 980
999 <script type="text/javascript"> 981 <script type="text/javascript">
1000 982
1001 var testDivs = [ 983 var testDivs = [
1002 fuzz763_378d,
1003 fuzz763_378,
1004 fuzz763_3084,
1005 battle6001, 984 battle6001,
1006 issue2753, 985 issue2753,
1007 skpwww_9to5mac_com_64, 986 skpwww_9to5mac_com_64,
1008 skpcarrot_is24x, 987 skpcarrot_is24x,
1009 skpwww_wartepop_blogspot_com_br_6, 988 skpwww_wartepop_blogspot_com_br_6,
1010 skpwww_wartepop_blogspot_com_br_6a, 989 skpwww_wartepop_blogspot_com_br_6a,
1011 skpwww_galaxystwo_com_4, 990 skpwww_galaxystwo_com_4,
1012 skpwww_kitcheninspirations_wordpress_com_66, 991 skpwww_kitcheninspirations_wordpress_com_66,
1013 skpwww_tcmevents_org_13, 992 skpwww_tcmevents_org_13,
1014 skpwww_aceinfographics_com_106, 993 skpwww_aceinfographics_com_106,
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 <body onLoad="start();"> 2224 <body onLoad="start();">
2246 2225
2247 <canvas id="canvas" width="750" height="500" 2226 <canvas id="canvas" width="750" height="500"
2248 onmousedown="mouseDown = true" 2227 onmousedown="mouseDown = true"
2249 onmouseup="mouseDown = false" 2228 onmouseup="mouseDown = false"
2250 onmousemove="handleMouseOver()" 2229 onmousemove="handleMouseOver()"
2251 onclick="handleMouseClick()" 2230 onclick="handleMouseClick()"
2252 ></canvas > 2231 ></canvas >
2253 </body> 2232 </body>
2254 </html> 2233 </html>
OLDNEW
« no previous file with comments | « tests/PathOpsSkpTest.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698