aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten/include/gerbolyze.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'svg-flatten/include/gerbolyze.hpp')
-rw-r--r--svg-flatten/include/gerbolyze.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/svg-flatten/include/gerbolyze.hpp b/svg-flatten/include/gerbolyze.hpp
index 06cbebc..8bd948a 100644
--- a/svg-flatten/include/gerbolyze.hpp
+++ b/svg-flatten/include/gerbolyze.hpp
@@ -264,8 +264,8 @@ namespace gerbolyze {
SVGDocument() : _valid(false) {}
/* true -> load successful */
- bool load(std::istream &in);
- bool load(std::string filename);
+ bool load(std::istream &in, double scale=1.0);
+ bool load(std::string filename, double scale=1.0);
/* true -> load successful */
bool valid() const { return _valid; }
operator bool() const { return valid(); }