diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |