Implement Copy on Fill and Stroke
This commit is contained in:
parent
50dd2a6cc0
commit
a7224a7827
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ use crate::core::Color;
|
|||
use crate::geometry::Gradient;
|
||||
|
||||
/// The coloring style of some drawing.
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub enum Style {
|
||||
/// A solid [`Color`].
|
||||
Solid(Color),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue