X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=leo.c;h=282f61e970a2e10100db940a7e9bfd99fbba6fd1;hb=refs%2Fheads%2Fposkole2015;hp=a1b66a911c971c813fad4708687a20a3d6cf2694;hpb=65ad3116fc4ff85fdf8c2945f37d1d97cfe86c34;p=leo.git diff --git a/leo.c b/leo.c index a1b66a9..282f61e 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 = page_height - 14; + double y = page_height - 15; svg_push_element(svg, "g"); svg_set_attr(svg, "id", "scale"); @@ -63,7 +63,7 @@ static void draw_scale(struct svg *svg) svg_set_attr(svg, "stroke-linecap", "square"); if (outline) { - svg_set_attr_dimen(svg, "stroke-width", 1.5); + svg_set_attr_dimen(svg, "stroke-width", 1.1); svg_set_attr_color(svg, "stroke", 0xffffff); } else