From ebf95ba28db75212a1313edc947ed68decc30273 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Mon, 8 Apr 2013 11:53:42 +0000 Subject: keep old experimental code in sync git-svn-id: http://skia.googlecode.com/svn/trunk@8554 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/Intersection/CubicIntersection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experimental/Intersection/CubicIntersection.cpp') 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 -- cgit v1.2.3