diff --git a/src/common/tvgLines.cpp b/src/common/tvgLines.cpp index cf711937..217b4917 100644 --- a/src/common/tvgLines.cpp +++ b/src/common/tvgLines.cpp @@ -23,7 +23,7 @@ #include "tvgMath.h" #include "tvgLines.h" -#define BEZIER_EPSILON 1e-4f +#define BEZIER_EPSILON 1e-2f /************************************************************************/ /* Internal Class Implementation */