Added paths2Drawing
parent
a86be9d306
commit
74a881a181
|
@ -8,7 +8,7 @@ from .path import (Path, Line, QuadraticBezier, CubicBezier, Arc,
|
||||||
closest_point_in_path, farthest_point_in_path,
|
closest_point_in_path, farthest_point_in_path,
|
||||||
path_encloses_pt, bbox2path, polygon, polyline)
|
path_encloses_pt, bbox2path, polygon, polyline)
|
||||||
from .parser import parse_path
|
from .parser import parse_path
|
||||||
from .paths2svg import disvg, wsvg
|
from .paths2svg import disvg, wsvg, paths2Drawing
|
||||||
from .polytools import polyroots, polyroots01, rational_limit, real, imag
|
from .polytools import polyroots, polyroots01, rational_limit, real, imag
|
||||||
from .misctools import hex2rgb, rgb2hex
|
from .misctools import hex2rgb, rgb2hex
|
||||||
from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks
|
from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks
|
||||||
|
|
Loading…
Reference in New Issue