mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +02:00
Merge main.
This commit is contained in:
commit
124ba3e171
14 changed files with 45 additions and 17 deletions
|
@ -70,6 +70,6 @@ def draw_element(options: argparse.Namespace) -> None:
|
|||
point.draw_main_shapes(svg)
|
||||
point.draw_extra_shapes(svg)
|
||||
point.draw_texts(svg)
|
||||
with output_file_path.open("w+") as output_file:
|
||||
with output_file_path.open("w+", encoding="utf-8") as output_file:
|
||||
svg.write(output_file)
|
||||
logging.info(f"Element is written to {output_file_path}.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue