add polyroots01 to __init__.py
parent
15d186ff33
commit
849ad17088
|
@ -9,7 +9,7 @@ from .path import (Path, Line, QuadraticBezier, CubicBezier, Arc,
|
|||
path_encloses_pt, bbox2path)
|
||||
from .parser import parse_path
|
||||
from .paths2svg import disvg, wsvg
|
||||
from .polytools import polyroots, rational_limit, real, imag
|
||||
from .polytools import polyroots, polytools01, rational_limit, real, imag
|
||||
from .misctools import hex2rgb, rgb2hex
|
||||
from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks
|
||||
|
||||
|
|
Loading…
Reference in New Issue