Implement Copy on Fill and Stroke
This commit is contained in:
parent
50dd2a6cc0
commit
a7224a7827
4 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ pub use crate::geometry::Style;
|
|||
use iced_core::Color;
|
||||
|
||||
/// The style of a stroke.
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct Stroke<'a> {
|
||||
/// The color or gradient of the stroke.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue