From bc1c7234c3033304ea3b5a22dec697503d014d84 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 31 Mar 2014 21:22:05 -0700 Subject: [PATCH] drop vertex_dist_epsilon to 1e-5 (could likely even go lower) - refs #2196, #2186 --- deps/agg/include/agg_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/agg/include/agg_math.h b/deps/agg/include/agg_math.h index 2de178bbc..945d1eb27 100644 --- a/deps/agg/include/agg_math.h +++ b/deps/agg/include/agg_math.h @@ -27,7 +27,7 @@ namespace agg //------------------------------------------------------vertex_dist_epsilon // Coinciding points maximal distance (Epsilon) - const double vertex_dist_epsilon = 1e-14; + const double vertex_dist_epsilon = 1e-5; //-----------------------------------------------------intersection_epsilon // See calc_intersection