forked from katzen-cafe/iowo
svg-filters: seperate out abstractions and add flood abstraction
This commit is contained in:
parent
9ae8c2fbd3
commit
919a3bb377
5 changed files with 174 additions and 158 deletions
|
@ -5,8 +5,8 @@ use super::WriteElement;
|
|||
/// [feFlood](https://www.w3.org/TR/SVG11/filters.html#feFloodElement)
|
||||
#[derive(Debug)]
|
||||
pub struct Flood {
|
||||
flood_color: Color,
|
||||
flood_opacity: f32,
|
||||
pub flood_color: Color,
|
||||
pub flood_opacity: f32,
|
||||
}
|
||||
|
||||
impl WriteElement for Flood {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue