Add background color
add_background( input, color = "black", rounding = 0, openfile = TRUE, output = input )
| input | File name of .svg file to input |
|---|---|
| color | Vector of background color |
| rounding | Rounding of background rectangle's corners. The default is 0 (no rounding). A rounding value of 1 creates a circle. If rounding is a vector of 2 values, the x and y rounding parameters are set separately. |
| openfile | Open file in default program for .svg format. Defaults to FALSE. |
| output | File name of .svg file to output. Default is to overwrite the input file. |
output name