From 4b7f17c7bd75e0b5d83565e2a56f53a75edbc6dc Mon Sep 17 00:00:00 2001 From: Andy Port Date: Tue, 23 Jun 2020 22:18:26 -0700 Subject: [PATCH] minor line width fix --- svgpathtools/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svgpathtools/__init__.py b/svgpathtools/__init__.py index bb01801..f043731 100644 --- a/svgpathtools/__init__.py +++ b/svgpathtools/__init__.py @@ -12,7 +12,8 @@ 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 -from .document import Document, CONVERSIONS, CONVERT_ONLY_PATHS, SVG_GROUP_TAG, SVG_NAMESPACE +from .document import (Document, CONVERSIONS, CONVERT_ONLY_PATHS, + SVG_GROUP_TAG, SVG_NAMESPACE) from .svg_io_sax import SaxDocument try: