- QRCode Tool - a SVG object is generated and plotted on screen having the QRCode data

- fixed an import error in Distance Tool
This commit is contained in:
Marius Stanciu
2019-10-23 22:53:38 +03:00
committed by Marius
parent 70fbb7f852
commit c8a97e69d0
6 changed files with 180 additions and 24 deletions

View File

@@ -15,8 +15,7 @@ from shapely.geometry import Point, Polygon, MultiPolygon, MultiLineString, Line
from shapely.ops import cascaded_union
import shapely.affinity as affinity
import copy
from copy import deepcopy
from copy import deepcopy, copy
from io import StringIO
import traceback
import inspect # TODO: For debugging only.