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

Side by Side Diff: tools/pathops_sorter.htm

Issue 2338323002: quad and conic do not intersect (Closed)
Patch Set: turn off under development Created 4 years, 3 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="lineconic"> 9 <div id="lineconic">
10 {{{494.348663f, 224.583771f}, {494.37619f, 224.68309f}}} id=1 10 {{{{494.348663330078125, 224.583770751953125}, {494.365142822265625, 224.6331939 697265625}, {494.37640380859375, 224.6840667724609375}}}, 0.998645842f},
11 {{{494.375671f, 224.680908f}, {494.375397f, 224.67955f}, {494.376495f, 224.68386 8f}}} id=3 11 {{{494.371185302734375, 224.66168212890625}, {494.375213623046875, 224.678726196 2890625}}},
12 {{fX=494.37557983398438 fY=224.68092346191406 }, {fX=494.47489929199219 fY=2 24.65339660644531 }}
13 </div> 12 </div>
14 13
15 </div> 14 </div>
16 15
17 <script type="text/javascript"> 16 <script type="text/javascript">
18 17
19 var testDivs = [ 18 var testDivs = [
20 lineconic, 19 lineconic,
21 ]; 20 ];
22 21
(...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 <body onLoad="start();"> 1409 <body onLoad="start();">
1411 1410
1412 <canvas id="canvas" width="750" height="500" 1411 <canvas id="canvas" width="750" height="500"
1413 onmousedown="mouseDown = true" 1412 onmousedown="mouseDown = true"
1414 onmouseup="mouseDown = false" 1413 onmouseup="mouseDown = false"
1415 onmousemove="handleMouseOver()" 1414 onmousemove="handleMouseOver()"
1416 onclick="handleMouseClick()" 1415 onclick="handleMouseClick()"
1417 ></canvas > 1416 ></canvas >
1418 </body> 1417 </body>
1419 </html> 1418 </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