From 74a881a181aeeb3bcf84ebc6adc8a4dc0bf8bbf3 Mon Sep 17 00:00:00 2001 From: Andy Port Date: Thu, 18 Oct 2018 21:28:34 -0700 Subject: [PATCH] Added paths2Drawing --- svgpathtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svgpathtools/__init__.py b/svgpathtools/__init__.py index a9e2caa..109374a 100644 --- a/svgpathtools/__init__.py +++ b/svgpathtools/__init__.py @@ -8,7 +8,7 @@ from .path import (Path, Line, QuadraticBezier, CubicBezier, Arc, closest_point_in_path, farthest_point_in_path, path_encloses_pt, bbox2path, polygon, polyline) from .parser import parse_path -from .paths2svg import disvg, wsvg +from .paths2svg import disvg, wsvg, paths2Drawing from .polytools import polyroots, polyroots01, rational_limit, real, imag from .misctools import hex2rgb, rgb2hex from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks