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

Side by Side Diff: tools/pathops_sorter.htm

Issue 2168163002: allow curves on side of lines to be very small (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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/PathOpsOpTest.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="angle"> 9 <div id="angle">
10 {{{2, 6, 1, 2, 7.16666698f, 6.66666698f, -4.66666651f, 7.66666651f}}} 10 {{{3.501392364501953125, 2.997215032577514648}, {3.501457691192626953, 2.9970846 17614746094}}} id=3
11 {{{1, 2, 7.16666698f, 6.66666698f, -4.66666651f, 7.66666651f, 2, 6}}} 11 {{{3.501392364501953125, 2.997215032577514648}, {3.503357251861000776, 2.9952287 20876561113}, {3.505322801636163721, 2.993241595853745718}, {3.50728869438171386 7, 2.99125361442565918}}} id=5
12 {{{1.995156049728393555, 5.980457782745361328}, {2.08147298604749853, 5.91769261 5073925744}, {2.164281118403629023, 5.850987095630077128}, {2.242042064666748047 , 5.780299663543701172}}} 12 {{{3.501392364501953125, 2.997215032577514648}, {3.373685992255707422, 3.1263138 63770498358}, {3.248105895472682469, 3.251894104527315754}, {3.125, 3.375}}} id= 5
13 {{{1.995156049728393555, 5.980457782745361328}, {1.82665117196054072, 6.18573561 9599722845}, {1.80264212281170999, 5.19703332512428684}, {1.994958639144897461, 5.979661464691162109}}}
14 {{{1.995156049728393555, 5.980457782745361328}, {1.825196881732315868, 6.1875072 80789372288}, {1.801190554235020613, 5.204762216940081565}, {2, 6}}}
15 </div> 13 </div>
16 14
17 <div id="ref"> 15 <div id="ref">
18 {{{0.7153972983360290527, 4.712343692779541016}, {0.2472269223126296878, 4.55502 436068874772}, {-0.1220090791716240131, 4.244018092892478222}, {0, 4}}}, 16 {{{0.7153972983360290527, 4.712343692779541016}, {0.2472269223126296878, 4.55502 436068874772}, {-0.1220090791716240131, 4.244018092892478222}, {0, 4}}},
19 {{{0.7153972983360290527, 4.712343692779541016}, {0.1339736781445877156, 4.13397 5051508096854}, {0.7320473976783675729, 3.63397630116081638}, {2, 3}}}, 17 {{{0.7153972983360290527, 4.712343692779541016}, {0.1339736781445877156, 4.13397 5051508096854}, {0.7320473976783675729, 3.63397630116081638}, {2, 3}}},
20 {{fX=-0.0012699038296868359 fY=-0.0012605104293301750 } {fX=-0.00253375750859108 35 fY=-0.0025229424048465177 } 18 {{fX=-0.0012699038296868359 fY=-0.0012605104293301750 } {fX=-0.00253375750859108 35 fY=-0.0025229424048465177 }
21 </div> 19 </div>
22 20
23 </div> 21 </div>
24 22
(...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 <body onLoad="start();"> 1417 <body onLoad="start();">
1420 1418
1421 <canvas id="canvas" width="750" height="500" 1419 <canvas id="canvas" width="750" height="500"
1422 onmousedown="mouseDown = true" 1420 onmousedown="mouseDown = true"
1423 onmouseup="mouseDown = false" 1421 onmouseup="mouseDown = false"
1424 onmousemove="handleMouseOver()" 1422 onmousemove="handleMouseOver()"
1425 onclick="handleMouseClick()" 1423 onclick="handleMouseClick()"
1426 ></canvas > 1424 ></canvas >
1427 </body> 1425 </body>
1428 </html> 1426 </html>
OLDNEW
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698