aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/CubicIntersection.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-08 11:53:42 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-08 11:53:42 +0000
commitebf95ba28db75212a1313edc947ed68decc30273 (patch)
tree4792676b0a9a28e55fa40780dac13496f4bf074d /experimental/Intersection/CubicIntersection.cpp
parent818b0cc1b8b0c4acc565e8e2cb8b0b61aa5a300e (diff)
keep old experimental code in sync
git-svn-id: http://skia.googlecode.com/svn/trunk@8554 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/CubicIntersection.cpp')
-rw-r--r--experimental/Intersection/CubicIntersection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/Intersection/CubicIntersection.cpp b/experimental/Intersection/CubicIntersection.cpp
index a773c4098e..175b7b7c46 100644
--- a/experimental/Intersection/CubicIntersection.cpp
+++ b/experimental/Intersection/CubicIntersection.cpp
@@ -20,7 +20,7 @@
#endif
#if ONE_OFF_DEBUG
-static const double tLimits1[2][2] = {{0.865205808, 0.865215212}, {0.865207696, 0.865208078}};
+static const double tLimits1[2][2] = {{0.36, 0.37}, {0.63, 0.64}};
static const double tLimits2[2][2] = {{-0.865211397, -0.865215212}, {-0.865207696, -0.865208078}};
#endif