From d6705471497dd649eb3ac886271c2c72aa13c3d7 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 26 Apr 2017 02:20:11 -0700 Subject: [PATCH] added polygon() and polyline() to __init__ --- svgpathtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svgpathtools/__init__.py b/svgpathtools/__init__.py index a57b18d..60d2561 100644 --- a/svgpathtools/__init__.py +++ b/svgpathtools/__init__.py @@ -6,7 +6,7 @@ from .path import (Path, Line, QuadraticBezier, CubicBezier, Arc, bezier_segment, is_bezier_segment, is_path_segment, is_bezier_path, concatpaths, poly2bez, bpoints2bezier, closest_point_in_path, farthest_point_in_path, - path_encloses_pt, bbox2path) + path_encloses_pt, bbox2path, polygon, polyline) from .parser import parse_path from .paths2svg import disvg, wsvg from .polytools import polyroots, polyroots01, rational_limit, real, imag