Add svg file loading for emboss

This commit is contained in:
Filip Sykala 2021-09-20 20:29:01 +02:00
parent 9b0a17939e
commit b0ed881bd4
3 changed files with 117 additions and 84 deletions
src/libslic3r

View file

@ -524,6 +524,7 @@ ExPolygons Emboss::text2shapes(Font & font,
expolygons_append(result, polygons);
}
return union_ex(result);
// TODO: simplify after union! Do NOT create 2 close vertices (may cause problem in triangulation)
}
indexed_triangle_set Emboss::polygons2model(const ExPolygons &shape2d,