mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-27 16:06:24 +02:00
Support embankment=yes tag.
This commit is contained in:
parent
e9b1b499bf
commit
9c3cda3524
2 changed files with 6 additions and 3 deletions
|
@ -257,9 +257,7 @@ def ui(arguments: argparse.Namespace) -> None:
|
|||
)
|
||||
size: np.ndarray = flinger.size
|
||||
|
||||
svg: svgwrite.Drawing = svgwrite.Drawing(
|
||||
arguments.output_file_name, size=size
|
||||
)
|
||||
svg: svgwrite.Drawing = svgwrite.Drawing(arguments.output_file_name, size)
|
||||
icon_extractor: ShapeExtractor = ShapeExtractor(
|
||||
workspace.ICONS_PATH, workspace.ICONS_CONFIG_PATH
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue