Issue #69: support PNG image splitting.

This commit is contained in:
Sergey Vartanov 2021-08-22 00:55:55 +03:00
parent a8dd8390f7
commit 3f5b88fd20
5 changed files with 58 additions and 29 deletions

View file

@ -8,7 +8,7 @@ from colour import Color
from svgwrite import Drawing
from svgwrite.path import Path
from roentgen.direction import Sector, DirectionSet
from roentgen.direction import DirectionSet, Sector
from roentgen.flinger import Flinger
from roentgen.osm_reader import OSMNode, Tagged
from roentgen.road import Lane