Convert path relative coordinates to absolute coordinates

path_list_to_abs_path_list(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

path_list with only absolute elements