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

Side by Side Diff: tools/pathops_sorter.htm

Issue 2300203002: interpolation of coincidence must be local to a single span (Closed)
Patch Set: fix another warning 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') | no next file » | 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="coin">
10 {{{492.59726f, 225.675842f}, {492.436249f, 225.168289f}, {492.444214f, 225.19409 2f}}} id=5 10 {{{492.424042f, 225.118027f}, {492.427094f, 225.131409f}, {492.428802f, 225.1383 36f}}} id=3
11 {{{492.444214f, 225.194092f}, {492.465088f, 225.261765f}, {492.495178f, 225.3258 06f}}} id=6 11 {{{492.428802f, 225.138336f}, {492.423584f, 225.115952f}}} id=4
12 {{{492.451324f, 225.216217f}, {491.100708f, 221.164124f}, {494.21756f, 218.78064 f}}} id=1 12 {{{492.451324f, 225.216217f}, {492.426239f, 225.127716f}, {492.425629f, 225.1250 76f}}} id=1
13 {{{493.399994f, 224.899994f}, {492.451324f, 225.216217f}}} id=9
14 </div> 13 </div>
15 14
16 </div> 15 </div>
17 16
18 <script type="text/javascript"> 17 <script type="text/javascript">
19 18
20 var testDivs = [ 19 var testDivs = [
21 coin, 20 coin,
22 ]; 21 ];
23 22
(...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 <body onLoad="start();"> 1410 <body onLoad="start();">
1412 1411
1413 <canvas id="canvas" width="750" height="500" 1412 <canvas id="canvas" width="750" height="500"
1414 onmousedown="mouseDown = true" 1413 onmousedown="mouseDown = true"
1415 onmouseup="mouseDown = false" 1414 onmouseup="mouseDown = false"
1416 onmousemove="handleMouseOver()" 1415 onmousemove="handleMouseOver()"
1417 onclick="handleMouseClick()" 1416 onclick="handleMouseClick()"
1418 ></canvas > 1417 ></canvas >
1419 </body> 1418 </body>
1420 </html> 1419 </html>
OLDNEW
« no previous file with comments | « tests/PathOpsSimplifyTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698