added polygon() and polyline() to __init__
parent
a094f92b3a
commit
d670547149
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue