123 {})
128 {
129
130
131
132
133
138
139
140
141
142
144 "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n"
145 "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.0//EN\" \"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\">\n"
146 "<svg height=\"" + hf + "mm" + "\" width=\"" + wf + "mm" + "\" viewBox=\"0 0 " + w + " " + h +
147 "\" style=\"fill: white; stroke: none; fill-rule: nonzero\" "
148 "xmlns=\"http://www.w3.org/2000/svg\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n";
149 }
PointType size() const
Definition BoundingBox.cpp:144
Vec2d m_sc
Definition SL1_SVG.cpp:118
BoundingBox m_bb
Definition SL1_SVG.cpp:115
sla::Resolution m_res
Definition SL1_SVG.cpp:116
Trafo m_trafo
Definition SL1_SVG.cpp:117
std::string m_svg
Definition SL1_SVG.cpp:120
int32_t coord_t
Definition libslic3r.h:39
const Scalar & y
Definition MathFunctions.h:552
std::string coord2str(coord_t crd)
Definition SL1_SVG.cpp:52
std::string float_to_string_decimal_point(double value, int precision)
Definition LocalesUtils.cpp:74
constexpr auto size(const C &c) -> decltype(c.size())
Definition span.hpp:183
TCoord< P > x(const P &p)
Definition geometry_traits.hpp:297
size_t height_px
Definition RasterBase.hpp:36
size_t width_px
Definition RasterBase.hpp:35