Implement Copy on Fill and Stroke

This commit is contained in:
Vlad-Stefan Harbuz 2024-06-21 11:55:42 +01:00
parent 50dd2a6cc0
commit a7224a7827
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ use crate::core::Color;
use crate::gradient::{self, Gradient};
/// The style used to fill geometry.
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Copy)]
pub struct Fill {
/// The color or gradient of the fill.
///