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

Side by Side Diff: tools/pathops_sorter.htm

Issue 2440043003: nc seal breaks simplify (Closed)
Patch Set: fix nc state seal Created 4 years, 1 month 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="cubics"> 9 <div id="cubics">
10 {{{304.159515380859375, 463.82958984375}, {300.6310658029279352, 464.73186294376 96131}, {299.9421006231858087, 465.564118056070356}, {320.21270751953125, 463.00 4913330078125}}} id=13 10 {{{123.637985f, 102.405312f}, {125.172699f, 104.575714f}, {123.387383f, 106.9122 7f}}} id=7
11 {{{304.159515380859375, 463.82958984375}, {307.5818980570784902, 462.95443950972 27039}, {313.6756188676930037, 462.0134236159228749}, {305.906097412109375, 464. 037353515625}}} id=13 11 {{{123.387383f, 106.91227f}, {122.784996f, 106.452003f}}} id=8
12 {{{304.159515380859375, 463.82958984375}, {305.906097412109375, 464.037353515625 }}} id=14</div> 12 {{{122.784996f, 106.452003f}, {123.388428f, 106.910896f}}} id=9
13 {{{123.388428f, 106.910896f}, {123.365623f, 106.94088f}, {123.320007f, 107.00094 6f}}} id=10
14 </div>
13 15
14 </div> 16 <div id="q1">
17 {{{123.637985f, 102.405312f}, {125.172699f, 104.575714f}, {123.387383f, 106.9122 7f}}} id=7
18 {{{123.388428f, 106.910896f}, {123.365623f, 106.94088f}, {123.320007f, 107.00094 6f}}} id=10
19 </div>
20 </div>
15 21
16 <script type="text/javascript"> 22 <script type="text/javascript">
17 23
18 var testDivs = [ 24 var testDivs = [
25 q1,
19 cubics 26 cubics
20 ]; 27 ];
21 28
22 var decimal_places = 3; 29 var decimal_places = 3;
23 30
24 var tests = []; 31 var tests = [];
25 var testTitles = []; 32 var testTitles = [];
26 var testIndex = 0; 33 var testIndex = 0;
27 var ctx; 34 var ctx;
28 35
(...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 <body onLoad="start();"> 1416 <body onLoad="start();">
1410 1417
1411 <canvas id="canvas" width="750" height="500" 1418 <canvas id="canvas" width="750" height="500"
1412 onmousedown="mouseDown = true" 1419 onmousedown="mouseDown = true"
1413 onmouseup="mouseDown = false" 1420 onmouseup="mouseDown = false"
1414 onmousemove="handleMouseOver()" 1421 onmousemove="handleMouseOver()"
1415 onclick="handleMouseClick()" 1422 onclick="handleMouseClick()"
1416 ></canvas > 1423 ></canvas >
1417 </body> 1424 </body>
1418 </html> 1425 </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