Path: Adaptive - Small adjustment to link path cleaning

This commit is contained in:
kreso-t
2018-09-28 19:26:15 +02:00
committed by wmayer
parent 9a2338a2cf
commit d1eb5f19a8

View File

@@ -674,7 +674,7 @@ void SmoothPaths(Paths &paths, double stepSize, long pointCount, long iterations
for (size_t i = 0; i < paths.size(); i++)
{
CleanPath(output[i], paths[i], scale);
CleanPath(output[i], paths[i], 1.407*scale);
}
ScaleDownPaths(paths,scale);
}