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

Side by Side Diff: tools/pathops_sorter.htm

Issue 1140813002: deal more consistently with unsortable edges (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix linux warning Created 5 years, 7 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="sect1"> 9 <div id="sect1">
10 SkOpAngle::afterPart {{{3,4}, {2.87721833,4.1227816}, {2.78458726,4.17018661}, { 2.72210693,4.16072464}}} id=1 10 {{{6, -3}, {0, 1}}} id=3
11 SkOpAngle::afterPart {{{3,4}, {3.00020218,3.99986529}}} id=3 11 {{{1.6714313f, -1.08141601f}, {2.24979973f, -1.14467525f}, {2.27122664f, -0.5141 51096f}, {0, 1}}} id=5
12 SkOpAngle::afterPart {{{3,4}, {3.00006742,3.99995506}, {3.00013476,3.99991025}, {3.00020218,3.99986529}}} id=4 12 {{{0.001119050197303295135, 0.9992539882659912109}, {4.001119136810302734, 6.999 254226684570312}}},
13
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 sect1, 20 sect1,
22 ]; 21 ];
23 22
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 <body onLoad="start();"> 1401 <body onLoad="start();">
1403 1402
1404 <canvas id="canvas" width="750" height="500" 1403 <canvas id="canvas" width="750" height="500"
1405 onmousedown="mouseDown = true" 1404 onmousedown="mouseDown = true"
1406 onmouseup="mouseDown = false" 1405 onmouseup="mouseDown = false"
1407 onmousemove="handleMouseOver()" 1406 onmousemove="handleMouseOver()"
1408 onclick="handleMouseClick()" 1407 onclick="handleMouseClick()"
1409 ></canvas > 1408 ></canvas >
1410 </body> 1409 </body>
1411 </html> 1410 </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