make lower areas less dark
This commit is contained in:
parent
43cdede84a
commit
625182abce
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class LevelRenderer():
|
|||
contents = self.add_svg_content(svg)
|
||||
contents.append(self.polygon_svg(box(0, 0, width, height),
|
||||
fill_color='#000000',
|
||||
fill_opacity=0.1))
|
||||
fill_opacity=0.05))
|
||||
|
||||
for level in lower:
|
||||
self.add_svg_image(svg, self.get_filename('base', 'png', level=level))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue