From 554aef305cc8d5ba610ed4f17a92fd235c126fc2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 1 Jun 2015 13:42:03 +0200 Subject: [PATCH] Poskole: Move map scale --- leo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leo.c b/leo.c index b309965..a1b66a9 100644 --- a/leo.c +++ b/leo.c @@ -51,7 +51,7 @@ static void draw_scale(struct svg *svg) double dist = 1000; double width = dist * map_scale; double x = page_width - 10 - width; - double y = 50; + double y = page_height - 14; svg_push_element(svg, "g"); svg_set_attr(svg, "id", "scale"); -- 2.39.5