Add svg file loading for emboss
This commit is contained in:
parent
9b0a17939e
commit
b0ed881bd4
3 changed files with 117 additions and 84 deletions
src/libslic3r
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue