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

Side by Side Diff: tools/pathops_sorter.htm

Issue 2321773002: pathops tiger checkpoint (Closed)
Patch Set: checkpoint (all not-under-development tests work) Created 4 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/PathOpsSimplifyTest.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="coin"> 9 <div id="lineconic">
10 {{{492.424042f, 225.118027f}, {492.427094f, 225.131409f}, {492.428802f, 225.1383 36f}}} id=3 10 {{{494.348663f, 224.583771f}, {494.37619f, 224.68309f}}} id=1
11 {{{492.428802f, 225.138336f}, {492.423584f, 225.115952f}}} id=4 11 {{{494.375671f, 224.680908f}, {494.375397f, 224.67955f}, {494.376495f, 224.68386 8f}}} id=3
12 {{{492.451324f, 225.216217f}, {492.426239f, 225.127716f}, {492.425629f, 225.1250 76f}}} id=1 12 {{fX=494.37557983398438 fY=224.68092346191406 }, {fX=494.47489929199219 fY=2 24.65339660644531 }}
13 </div> 13 </div>
14 14
15 </div> 15 </div>
16 16
17 <script type="text/javascript"> 17 <script type="text/javascript">
18 18
19 var testDivs = [ 19 var testDivs = [
20 coin, 20 lineconic,
21 ]; 21 ];
22 22
23 var decimal_places = 3; 23 var decimal_places = 3;
24 24
25 var tests = []; 25 var tests = [];
26 var testTitles = []; 26 var testTitles = [];
27 var testIndex = 0; 27 var testIndex = 0;
28 var ctx; 28 var ctx;
29 29
30 var subscale = 1; 30 var subscale = 1;
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 <body onLoad="start();"> 1410 <body onLoad="start();">
1411 1411
1412 <canvas id="canvas" width="750" height="500" 1412 <canvas id="canvas" width="750" height="500"
1413 onmousedown="mouseDown = true" 1413 onmousedown="mouseDown = true"
1414 onmouseup="mouseDown = false" 1414 onmouseup="mouseDown = false"
1415 onmousemove="handleMouseOver()" 1415 onmousemove="handleMouseOver()"
1416 onclick="handleMouseClick()" 1416 onclick="handleMouseClick()"
1417 ></canvas > 1417 ></canvas >
1418 </body> 1418 </body>
1419 </html> 1419 </html>
OLDNEW
« no previous file with comments | « tests/PathOpsSimplifyTest.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698