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

Side by Side Diff: tools/pathops_sorter.htm

Issue 340103002: fix last skp bug (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 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/PathOpsTestCommon.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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 {{fX=124.66666412353516 fY=152.33334350585937 }, {fX=126.78799438476562 fY=153.3 0966186523437 }} } 941 {{fX=124.66666412353516 fY=152.33334350585937 }, {fX=126.78799438476562 fY=153.3 0966186523437 }} }
942 {{fX=124.66666412353516 fY=152.33334350585937 }, {fX=127.02368927001953 fY=153.3 0966186523437 }} } 942 {{fX=124.66666412353516 fY=152.33334350585937 }, {fX=127.02368927001953 fY=153.3 0966186523437 }} }
943 </div> 943 </div>
944 944
945 <div id="skpwww_wartepop_blogspot_com_br_6a"> 945 <div id="skpwww_wartepop_blogspot_com_br_6a">
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">
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}}}
954 </div>
955
951 </div> 956 </div>
952 957
953 <script type="text/javascript"> 958 <script type="text/javascript">
954 959
955 var testDivs = [ 960 var testDivs = [
961 skpcarrot_is24x,
956 skpwww_wartepop_blogspot_com_br_6, 962 skpwww_wartepop_blogspot_com_br_6,
957 skpwww_wartepop_blogspot_com_br_6a, 963 skpwww_wartepop_blogspot_com_br_6a,
958 skpwww_galaxystwo_com_4, 964 skpwww_galaxystwo_com_4,
959 skpwww_kitcheninspirations_wordpress_com_66, 965 skpwww_kitcheninspirations_wordpress_com_66,
960 skpwww_tcmevents_org_13, 966 skpwww_tcmevents_org_13,
961 skpwww_aceinfographics_com_106, 967 skpwww_aceinfographics_com_106,
962 skpwww_educationalcraft_com_4b, 968 skpwww_educationalcraft_com_4b,
963 skpwww_educationalcraft_com_4a, 969 skpwww_educationalcraft_com_4a,
964 skpwww_educationalcraft_com_4, 970 skpwww_educationalcraft_com_4,
965 cubicLineErr2, 971 cubicLineErr2,
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
2187 <body onLoad="start();"> 2193 <body onLoad="start();">
2188 2194
2189 <canvas id="canvas" width="750" height="500" 2195 <canvas id="canvas" width="750" height="500"
2190 onmousedown="mouseDown = true" 2196 onmousedown="mouseDown = true"
2191 onmouseup="mouseDown = false" 2197 onmouseup="mouseDown = false"
2192 onmousemove="handleMouseOver()" 2198 onmousemove="handleMouseOver()"
2193 onclick="handleMouseClick()" 2199 onclick="handleMouseClick()"
2194 ></canvas > 2200 ></canvas >
2195 </body> 2201 </body>
2196 </html> 2202 </html>
OLDNEW
« no previous file with comments | « tests/PathOpsTestCommon.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698