Issue #75: add filter for icons by zoom level.

This commit is contained in:
Sergey Vartanov 2021-08-29 01:50:59 +03:00
parent 9c4873c5ae
commit 39428cad19
13 changed files with 147 additions and 62 deletions

View file

@ -8,8 +8,8 @@ from typing import Optional, Union
import cairo
import numpy as np
import svgwrite
from colour import Color
from cairo import Context, ImageSurface
from colour import Color
from svgwrite.base import BaseElement
from svgwrite.path import Path as SVGPath
from svgwrite.shapes import Rect