Searched defs:get_n_points_from_path (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Ddraw_from_triangle.py133 def get_n_points_from_path( node, n):#returns a list of first n points (x,y) in an SVG path-representing node function
314 pts = get_n_points_from_path( node, 3 ) #find the (x,y) coordinates of the first 3 points of the path

Completed in 14 milliseconds