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