mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +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."""
|
"""Draw simple building shape."""
|
||||||
path: Path = Path(
|
path: Path = Path(
|
||||||
d=self.get_path(flinger),
|
d=self.get_path(flinger),
|
||||||
stroke=self.stroke,
|
stroke=self.stroke.hex,
|
||||||
fill=self.fill,
|
fill=self.fill.hex,
|
||||||
stroke_linejoin="round",
|
stroke_linejoin="round",
|
||||||
)
|
)
|
||||||
svg.add(path)
|
svg.add(path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue