path_list_to_abs_path_list: Convert path relative coordinates to absolute coordinates

Description Usage Arguments Value

View source: R/svg-path.R

Description

Convert path relative coordinates to absolute coordinates

Usage

1
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


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