mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 13:16:00 +08:00
Fix remove debug calculation of bounding box
This commit is contained in:
parent
bed5232a22
commit
71d4c86a6a
@ -119,8 +119,6 @@ std::optional<Emboss::Glyph> Private::get_glyph(stbtt_fontinfo &font_info, int u
|
|||||||
// fix for bad defined fonts
|
// fix for bad defined fonts
|
||||||
glyph.shape = Slic3r::union_ex(glyph_polygons);
|
glyph.shape = Slic3r::union_ex(glyph_polygons);
|
||||||
|
|
||||||
BoundingBox bb(glyph.shape.front().contour.points);
|
|
||||||
|
|
||||||
// inner cw - hole
|
// inner cw - hole
|
||||||
// outer ccw - contour
|
// outer ccw - contour
|
||||||
return glyph;
|
return glyph;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user