mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
Reported by: Teodor Sigaev <teodorsigaev@gmail.com> Reviewed by: lwhsu (mentor) Sponsored by: Postgres Professional Differential Revision: https://reviews.freebsd.org/D44315
11 lines
459 B
C++
11 lines
459 B
C++
--- tests/libslic3r/test_emboss.cpp.orig 2023-12-12 14:21:21 UTC
|
|
+++ tests/libslic3r/test_emboss.cpp
|
|
@@ -195,7 +195,7 @@ TEST_CASE("Visualize glyph from font", "[Emboss]")
|
|
#endif // VISUALIZE
|
|
|
|
#include "test_utils.hpp"
|
|
-#include <nanosvg/nanosvg.h> // load SVG file
|
|
+#include <libnanosvg/nanosvg.h> // load SVG file
|
|
#include <libslic3r/NSVGUtils.hpp>
|
|
#include <libslic3r/IntersectionPoints.hpp>
|
|
ExPolygons heal_and_check(const Polygons &polygons)
|