<path>
R/svg-path-arc.R
arc_to_df.Rd
Reference https://svgwg.org/svg2-draft/implnote.html#ArcConversionEndpointToCenter
arc_to_df(params, npoints)
named list of arc parameters from the path segment i.e. xo, y0, x, y, arcflag, sweepflag, rx, ry, rot (degrees)
number of points along arc
data.frame of coodinates of arc
ToDo: actual rotation of arc coords by 'phi'