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