r-lib / svglite

A lightweight svg graphics device for R
https://svglite.r-lib.org
180 stars 39 forks source link

removes path argument from `inlineSVG` and adds path to editSVG #57

Closed timelyportfolio closed 8 years ago

timelyportfolio commented 8 years ago

Attempts to fix #56 by removing the no longer necessary path argument from inlineSVG. Also, since a file is no longer created by inlineSVG, add a path argument to editSVG since it requires a file to work correctly.