mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-01 15:50:20 +02:00
Fix building colors.
This commit is contained in:
parent
85477027a2
commit
6f01024533
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ class Building(Figure):
|
|||
"""Draw simple building shape."""
|
||||
path: Path = Path(
|
||||
d=self.get_path(flinger),
|
||||
stroke=self.stroke,
|
||||
fill=self.fill,
|
||||
stroke=self.stroke.hex,
|
||||
fill=self.fill.hex,
|
||||
stroke_linejoin="round",
|
||||
)
|
||||
svg.add(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue