commit | aa35831d1d0e4c798a63fe772430adc4f3a038cd | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 29 20:28:49 2013 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 29 20:28:49 2013 +0000 |
tree | 1bff42e085bfcf17f906982d9924a81b5b5a79c3 | |
parent | 81d3ce0b63bc87769fd543c2af79e7233d266d09 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7453 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/LineQuadraticIntersection_Test.cpp b/experimental/Intersection/LineQuadraticIntersection_Test.cpp index 6167c6d..6c3986c 100644 --- a/experimental/Intersection/LineQuadraticIntersection_Test.cpp +++ b/experimental/Intersection/LineQuadraticIntersection_Test.cpp
@@ -80,7 +80,7 @@ double lineT = intersections.fT[1][inner]; double lineX, lineY; xy_at_t(line, lineT, lineX, lineY); - assert(AlmostEqualUlps(quadX, lineX) + SkASSERT(AlmostEqualUlps(quadX, lineX) && AlmostEqualUlps(quadY, lineY)); } }