shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@5376 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/SimplifyAngle_Test.cpp b/experimental/Intersection/SimplifyAngle_Test.cpp
index 1228a77..4bf22fd 100644
--- a/experimental/Intersection/SimplifyAngle_Test.cpp
+++ b/experimental/Intersection/SimplifyAngle_Test.cpp
@@ -72,7 +72,14 @@
{SkPath::kMove_Verb }
};
+static const segment segmentTest3[] = {
+ {SkPath::kQuad_Verb, {{0, 0}, {2, 0}, {0, 1}}},
+ {SkPath::kQuad_Verb, {{0, 0}, {1, 0}, {0, 1}}},
+ {SkPath::kMove_Verb }
+};
+
static const segment* segmentTests[] = {
+ segmentTest3,
segmentTest2,
segmentTest1,
};