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

Side by Side Diff: tools/pathops_sorter.htm

Issue 2237223002: pathops coincident work (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove unused code 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="angle"> 9 <div id="coin">
10 {{{3.501392364501953125, 2.997215032577514648}, {3.501457691192626953, 2.9970846 17614746094}}} id=3 10 {{{492.59726f, 225.675842f}, {492.436249f, 225.168289f}, {492.444214f, 225.19409 2f}}} id=5
11 {{{3.501392364501953125, 2.997215032577514648}, {3.503357251861000776, 2.9952287 20876561113}, {3.505322801636163721, 2.993241595853745718}, {3.50728869438171386 7, 2.99125361442565918}}} id=5 11 {{{492.444214f, 225.194092f}, {492.465088f, 225.261765f}, {492.495178f, 225.3258 06f}}} id=6
12 {{{3.501392364501953125, 2.997215032577514648}, {3.373685992255707422, 3.1263138 63770498358}, {3.248105895472682469, 3.251894104527315754}, {3.125, 3.375}}} id= 5 12 {{{492.451324f, 225.216217f}, {491.100708f, 221.164124f}, {494.21756f, 218.78064 f}}} id=1
13 </div> 13 {{{493.399994f, 224.899994f}, {492.451324f, 225.216217f}}} id=9
14
15 <div id="ref">
16 {{{0.7153972983360290527, 4.712343692779541016}, {0.2472269223126296878, 4.55502 436068874772}, {-0.1220090791716240131, 4.244018092892478222}, {0, 4}}},
17 {{{0.7153972983360290527, 4.712343692779541016}, {0.1339736781445877156, 4.13397 5051508096854}, {0.7320473976783675729, 3.63397630116081638}, {2, 3}}},
18 {{fX=-0.0012699038296868359 fY=-0.0012605104293301750 } {fX=-0.00253375750859108 35 fY=-0.0025229424048465177 }
19 </div> 14 </div>
20 15
21 </div> 16 </div>
22 17
23 <script type="text/javascript"> 18 <script type="text/javascript">
24 19
25 var testDivs = [ 20 var testDivs = [
26 angle, 21 coin,
27 ref,
28 ]; 22 ];
29 23
30 var decimal_places = 3; 24 var decimal_places = 3;
31 25
32 var tests = []; 26 var tests = [];
33 var testTitles = []; 27 var testTitles = [];
34 var testIndex = 0; 28 var testIndex = 0;
35 var ctx; 29 var ctx;
36 30
37 var subscale = 1; 31 var subscale = 1;
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 <body onLoad="start();"> 1411 <body onLoad="start();">
1418 1412
1419 <canvas id="canvas" width="750" height="500" 1413 <canvas id="canvas" width="750" height="500"
1420 onmousedown="mouseDown = true" 1414 onmousedown="mouseDown = true"
1421 onmouseup="mouseDown = false" 1415 onmouseup="mouseDown = false"
1422 onmousemove="handleMouseOver()" 1416 onmousemove="handleMouseOver()"
1423 onclick="handleMouseClick()" 1417 onclick="handleMouseClick()"
1424 ></canvas > 1418 ></canvas >
1425 </body> 1419 </body>
1426 </html> 1420 </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