From: Martin Mares Date: Mon, 1 Jun 2015 11:42:03 +0000 (+0200) Subject: Poskole: Move map scale X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=554aef305cc8d5ba610ed4f17a92fd235c126fc2;p=leo.git Poskole: Move map scale --- 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");