From 850055fa577616e94273547fb2432ac3ca34ef2f Mon Sep 17 00:00:00 2001 From: Andy Date: Sun, 10 Jun 2018 14:38:08 -0700 Subject: [PATCH] fixed bez2poly function --- svgpathtools/path.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svgpathtools/path.py b/svgpathtools/path.py index 1a8daf2..547fca4 100644 --- a/svgpathtools/path.py +++ b/svgpathtools/path.py @@ -18,7 +18,8 @@ except: # Internal dependencies from .bezier import (bezier_intersections, bezier_bounding_box, split_bezier, - bezier_by_line_intersections, polynomial2bezier) + bezier_by_line_intersections, polynomial2bezier, + bezier2polynomial) from .misctools import BugException from .polytools import rational_limit, polyroots, polyroots01, imag, real