commit | 05c4bad470722bc4e5e6ae3d79aa8bcf9e732f06 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Jan 19 13:22:39 2013 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Jan 19 13:22:39 2013 +0000 |
tree | 728894f84721fad003fe11a73c8745aa6c3d09b7 | |
parent | 36df7ed46b41ac31cb2205bfd3ae37659d61e2fb [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7294 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersections.cpp b/experimental/Intersection/Intersections.cpp index d1e0f9b..2ed6a1d 100644 --- a/experimental/Intersection/Intersections.cpp +++ b/experimental/Intersection/Intersections.cpp
@@ -68,6 +68,7 @@ } +// FIXME: this doesn't respect swap, but add coincident does -- seems inconsistent void Intersections::insert(double one, double two) { assert(fUsed <= 1 || fT[0][0] < fT[0][1]); int index;