commit | 3350c3c68ab75cd08721da3a938b8d2b10096d70 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 24 15:24:36 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 24 15:24:36 2012 +0000 |
tree | 4fd61c976427b3b30ea53d1ae8dfe6725ca609c0 | |
parent | e599ab74ac9aedfd20c89bc537440e615594dc4e [diff] [blame] |
shape ops work in progress this fixes quad/line intersection git-svn-id: http://skia.googlecode.com/svn/trunk@5277 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp index 100e32c..bdb81653 100644 --- a/experimental/Intersection/Intersection_Tests.cpp +++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -8,7 +8,7 @@ void Intersection_Tests() { int testsRun = 0; -// SimplifyAngle_Test(); + // SimplifyAngle_Test(); SimplifyNew_Test(); Simplify4x4QuadraticsThreaded_Test(testsRun); QuadLineIntersectThreaded_Test(testsRun);