shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@7978 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticIntersection_Test.cpp b/experimental/Intersection/QuadraticIntersection_Test.cpp
index 35fda3a..edf7dd0 100644
--- a/experimental/Intersection/QuadraticIntersection_Test.cpp
+++ b/experimental/Intersection/QuadraticIntersection_Test.cpp
@@ -54,6 +54,9 @@
}
static const Quadratic testSet[] = {
+ {{0,1}, {0.324417544,2.27953848}, {0.664376547,2.58940267}},
+ {{1,2}, {0.62109375,2.70703125}, {0.640625,2.546875}},
+
{{1,2}, {0.984375,2.3359375}, {1.0625,2.15625}},
{{0,1}, {0.983539095,2.30041152}, {1.47325103,2.61316872}},