R/svg-path.R
path_list_expand_beziers.Rd
Prepare complete list of control point coordinates for all beziers
path_list_expand_beziers(path_list, state)
path as returned by parse_svg_path_d
named list of current state. Default list(x=0, y=0)
path_list
with all bezier elements now having 'x' and 'y'
vectors with coords of the control points.