Description Usage Arguments Value Examples
Add background color radial gradients
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
| input | File name of .svg file to input | 
| colors | Vector of gradient colors | 
| stops | Vector of stops for gradient colors. Ranges from 0 to 1. | 
| center_x | x-coordinate for center of gradient. Number between 0 and 1. | 
| center_y | y-coordinate for center of gradient. Number between 0 and 1. | 
| focus_x | x-coordinate for focus of gradient. Number between 0 and 1. | 
| focus_y | y-coordinate for focus of gradient. Number between 0 and 1. | 
| radius | Radius of radial gradient. The default is the square root of 2 so that the gradient extends to the corners of the square. If you want it to extend to the edges, set it to 1. | 
| 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
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.