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

Unified Diff: tools/pathops_sorter.htm

Issue 1096923003: working on initial winding for cubics (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pathops_sorter.htm
diff --git a/tools/pathops_sorter.htm b/tools/pathops_sorter.htm
index 145b09cbe133873e9e30baf7c571fe982aa7b4c9..537b380077201dfec787a7f36bb6712d212c8959 100644
--- a/tools/pathops_sorter.htm
+++ b/tools/pathops_sorter.htm
@@ -7,8 +7,25 @@
<div style="height:0">
<div id="sect1">
-{{{3, 0}, {0, 1}, {1, 2}}},
-{{{1, 1}, {0, 2}, {3, 3}}},
+{{{5, 6}, {3, 5}, {5, 0}, {4, 3}}},
+{{{4.5360000000000182, 1.2239999999999371}, {4.0559999999999805, 2.9040000000000665}}}, id=1
+{{{4.1093749999999858, 2.8125000000000586}, {4.4843750000000142, 1.312499999999944}}}, id=2
+{{{8.7468579296817381, 10.411900254521452}, {0.41902943319982722, 0.94367937778258604}}}, id=3
+{{{4.3057224425668572, 2.0550770020134008}, {4.2925113773388723, 2.0515321686189738}}}, id=4
+{{4.4990035142054987, 11.169115071012422}, {3.6556891335276789, -2.825467308735897}}}, id=5
+</div>
+
+<div id="sect2">
+{{{5, 6}, {3, 5}, {5, 0}, {4, 3}}},
+{{{4.5360000000000182, 1.2239999999999371}, {4.0559999999999805, 2.9040000000000665}}}, id=1
+{{{4.1093749999999858, 2.8125000000000586}, {4.4843750000000142, 1.312499999999944}}}, id=2
+</div>
+
+<div id="sect3">
+{{{5, 6}, {3, 5}, {5, 0}, {4, 3}}},
+{{{8.7468579296817381, 10.411900254521452}, {0.41902943319982722, 0.94367937778258604}}}, id=3
+{{{4.3057224425668572, 2.0550770020134008}, {4.2925113773388723, 2.0515321686189738}}}, id=4
+{{4.4990035142054987, 11.169115071012422}, {3.6556891335276789, -2.825467308735897}}}, id=5
</div>
</div>
@@ -17,7 +34,8 @@
var testDivs = [
sect1,
-
+sect2,
+sect3,
];
var decimal_places = 3;
« no previous file with comments | « tests/PathOpsOpTest.cpp ('k') | tools/pathops_visualizer.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698