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

Side by Side Diff: tools/pathops_sorter.htm

Issue 1111333002: compute initial winding from projected rays (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add missing test reference 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/PathOpsSkpTest.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.18726921f, 2.37414956f}, {2.17974997f, 1.98023772f}, {0.0679920018f, 1.9218 0145f}}} 10 SkOpAngle::afterPart {{{3,4}, {2.87721833,4.1227816}, {2.78458726,4.17018661}, { 2.72210693,4.16072464}}} id=1
11 {{{1.58881736f, 3.34967732f}, {2.89432383f, 1.86175978f}, {2.97965813f, 1.764502 05f}, {-7.5f, 2}}} 11 SkOpAngle::afterPart {{{3,4}, {3.00020218,3.99986529}}} id=3
12 SkOpAngle::afterPart {{{3,4}, {3.00006742,3.99995506}, {3.00013476,3.99991025}, {3.00020218,3.99986529}}} id=4
13
12 </div> 14 </div>
13 15
14 </div> 16 </div>
15 17
16 <script type="text/javascript"> 18 <script type="text/javascript">
17 19
18 var testDivs = [ 20 var testDivs = [
19 sect1, 21 sect1,
20 ]; 22 ];
21 23
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 <body onLoad="start();"> 1402 <body onLoad="start();">
1401 1403
1402 <canvas id="canvas" width="750" height="500" 1404 <canvas id="canvas" width="750" height="500"
1403 onmousedown="mouseDown = true" 1405 onmousedown="mouseDown = true"
1404 onmouseup="mouseDown = false" 1406 onmouseup="mouseDown = false"
1405 onmousemove="handleMouseOver()" 1407 onmousemove="handleMouseOver()"
1406 onclick="handleMouseClick()" 1408 onclick="handleMouseClick()"
1407 ></canvas > 1409 ></canvas >
1408 </body> 1410 </body>
1409 </html> 1411 </html>
OLDNEW
« no previous file with comments | « tests/PathOpsSkpTest.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698