renderer: lowest levels should always be extend downwards

This commit is contained in:
Laura Klünder 2017-11-25 15:16:15 +01:00
parent c9f160e8fb
commit 94a093d4dc
2 changed files with 9 additions and 6 deletions

View file

@ -229,7 +229,7 @@ class SVGEngine(RenderEngine):
attribs = ' fill="none"'
if altitude is not None and stroke is None:
stroke = StrokeAttribs('rgba(0, 0, 0, 0.15)', 0.05, min_px=0.2)
stroke = StrokeAttribs('rgba(255, 0, 0, 1)', 0.05, min_px=0.2)
if stroke:
width = stroke.width*self.scale