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

Side by Side Diff: tools/pathops_sorter.htm

Issue 1107353004: align top and bounds computations (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean up code 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/PathOpsTestCommon.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 {{{2.0185184099245816, 2.3784720550756902}, {1.9467591438442469, 2.1736109238117 933}, {1.8796295076608658, 1.9722220152616501}, {1.8148146867752075, 1.777777552 6046753}}}, 10 {{{2.18726921f, 2.37414956f}, {2.17974997f, 1.98023772f}, {0.0679920018f, 1.9218 0145f}}}
11 {{{2.0185184099245816, 2.3784720550756902}, {1.9467591438442469, 2.1736109238117 933}, {1.8796295076608658, 1.9722220152616501}, {1.8148146867752075, 1.777777552 6046753}}}, 11 {{{1.58881736f, 3.34967732f}, {2.89432383f, 1.86175978f}, {2.97965813f, 1.764502 05f}, {-7.5f, 2}}}
12 </div> 12 </div>
13 13
14 </div> 14 </div>
15 15
16 <script type="text/javascript"> 16 <script type="text/javascript">
17 17
18 var testDivs = [ 18 var testDivs = [
19 sect1, 19 sect1,
20 ]; 20 ];
21 21
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 <body onLoad="start();"> 1400 <body onLoad="start();">
1401 1401
1402 <canvas id="canvas" width="750" height="500" 1402 <canvas id="canvas" width="750" height="500"
1403 onmousedown="mouseDown = true" 1403 onmousedown="mouseDown = true"
1404 onmouseup="mouseDown = false" 1404 onmouseup="mouseDown = false"
1405 onmousemove="handleMouseOver()" 1405 onmousemove="handleMouseOver()"
1406 onclick="handleMouseClick()" 1406 onclick="handleMouseClick()"
1407 ></canvas > 1407 ></canvas >
1408 </body> 1408 </body>
1409 </html> 1409 </html>
OLDNEW
« no previous file with comments | « tests/PathOpsTestCommon.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698