::new(radius)
.circle()
.offset(radius as i32, radius as i32)
.gradient(radius as i32, radius * 2, Bottom(colorous::BROWN_GREEN));
```
## Installation
Add the following to your Cargo.toml:
```toml
[dependencies]
rasterization = "0.2.0"
```
## License
This project is licensed under the MIT License.