--- a/src/glCompiler.cpp Sun Oct 04 06:59:09 2015 +0300 +++ b/src/glCompiler.cpp Sun Oct 04 13:19:45 2015 +0300 @@ -340,7 +340,7 @@ case OBJ_BezierCurve: { LDBezierCurve* curve = static_cast<LDBezierCurve*> (obj); - for (LDPolygon& poly : curve->rasterizePolygons (24)) + for (LDPolygon& poly : curve->rasterizePolygons (gridBezierCurveSegments())) { poly.id = obj->id(); compilePolygon (poly, obj, &info);