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

Side by Side Diff: tools/pathops_sorter.htm

Issue 1144883003: handle large conic strokes better (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix dm-driven very large curve case 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 | « src/core/SkStroke.cpp ('k') | no next file » | 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 {{{6, -3}, {0, 1}}} id=3 10 {{{fX=1.97000003 fY=2.00000000 }, {fX=1.97000003 fY=3.97000003 }, {fX=0.00000000 0 fY=3.97000003 }} fW: 0.707106769
11 {{{1.6714313f, -1.08141601f}, {2.24979973f, -1.14467525f}, {2.27122664f, -0.5141 51096f}, {0, 1}}} id=5 11 {{{fX=1.99750006 fY=2.00000000 } {fX=1.99750006 fY=2.02749991 }
12 {{{0.001119050197303295135, 0.9992539882659912109}, {4.001119136810302734, 6.999 254226684570312}}}, 12 {{{fX=1.96415257 fY=2.36347127 } {fX=1.95914865 fY=2.39051223 }
13
13 </div> 14 </div>
14 15
15 </div> 16 </div>
16 17
17 <script type="text/javascript"> 18 <script type="text/javascript">
18 19
19 var testDivs = [ 20 var testDivs = [
20 sect1, 21 sect1,
21 ]; 22 ];
22 23
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 <body onLoad="start();"> 1402 <body onLoad="start();">
1402 1403
1403 <canvas id="canvas" width="750" height="500" 1404 <canvas id="canvas" width="750" height="500"
1404 onmousedown="mouseDown = true" 1405 onmousedown="mouseDown = true"
1405 onmouseup="mouseDown = false" 1406 onmouseup="mouseDown = false"
1406 onmousemove="handleMouseOver()" 1407 onmousemove="handleMouseOver()"
1407 onclick="handleMouseClick()" 1408 onclick="handleMouseClick()"
1408 ></canvas > 1409 ></canvas >
1409 </body> 1410 </body>
1410 </html> 1411 </html>
OLDNEW
« no previous file with comments | « src/core/SkStroke.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698