aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f8ba7ac..6b9e138 100644
--- a/main.c
+++ b/main.c
@@ -94,7 +94,7 @@ render(struct output *output)
#if defined(WBG_HAVE_SVG)
if (!src) {
- src = svg_render(width * scale, height * scale);
+ src = svg_render(width * scale, height * scale, stretch);
is_svg = true;
}
#endif