r-lib / svglite

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

use same default height and width values for svglite() and the inline functions? #89

Closed jordansread closed 4 years ago

jordansread commented 7 years ago

hi, I think updating the default_dim to c(10, 8) and changing the height and width args in xmlSVG to 8 and 10 would make it so the other functions create the same default svg viewBox as svglite() does.