mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-31 09:56:24 +02:00
Add individual icon drawing; refactor.
This commit is contained in:
parent
81ab4e14c7
commit
813ad6b806
16 changed files with 181 additions and 72 deletions
|
@ -1,10 +1,12 @@
|
|||
"""
|
||||
Author: Sergey Vartanov (me@enzet.ru).
|
||||
"""
|
||||
from os import makedirs
|
||||
|
||||
from roentgen.grid import draw_all_icons
|
||||
|
||||
|
||||
def test_icons() -> None:
|
||||
""" Test grid drawing. """
|
||||
draw_all_icons("temp.svg")
|
||||
makedirs("icon_set", exist_ok=True)
|
||||
draw_all_icons("temp.svg", "icon_set")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue