Closed jordansread closed 4 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.
c(10, 8)
8
10
svglite()
hi, I think updating the default_dim to
c(10, 8)
and changing the height and width args in xmlSVG to8
and10
would make it so the other functions create the same default svg viewBox assvglite()
does.