path_list_to_df: Convert a path list to a data.frame

Description Usage Arguments Value

View source: R/svg-path.R

Description

Convert a path list to a data.frame

Usage

1
path_list_to_df(path_list, state = list(x = 0, y = 0))

Arguments

path_list

path as returned by parse_svg_path_d

state

named list of current state. Default list(x=0, y=0)

Value

data.frame of x,y coordinates


coolbutuseless/svgparser documentation built on Dec. 26, 2021, 12:03 a.m.