R/svg-path.R
path_list_to_df.Rd
Convert a path list to a data.frame
path_list_to_df(path_list, state = list(x = 0, y = 0))
path as returned by parse_svg_path_d
named list of current state. Default list(x=0, y=0)
data.frame of x,y coordinates