Remove spikes from glyph shape

This commit is contained in:
Filip Sykala - NTB T15p 2023-01-26 08:04:44 +01:00
parent 8f09c3ac82
commit badbe9ddba
3 changed files with 200 additions and 24 deletions

View file

@ -203,7 +203,7 @@ ExPolygons heal_and_check(const Polygons &polygons)
Points polygons_points = to_points(polygons);
Points duplicits_prev = collect_duplicates(polygons_points);
ExPolygons shape = Emboss::heal_shape(polygons);
ExPolygons shape = Emboss::heal_shape(polygons, 10);
// Is default shape for unhealabled shape?
bool is_default_shape =