svg-filters & basic parser #15
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ use csscolorparser::Color;
|
||||||
use super::WriteElement;
|
use super::WriteElement;
|
||||||
|
|
||||||
/// [feFlood](https://www.w3.org/TR/SVG11/filters.html#feFloodElement)
|
/// [feFlood](https://www.w3.org/TR/SVG11/filters.html#feFloodElement)
|
||||||
// NOTE: this doesn't work for some reason, but the examples from mdn don't either.
|
|
||||||
// might be a browser bug, def worth investigating
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Flood {
|
pub struct Flood {
|
||||||
pub flood_color: Color,
|
pub flood_color: Color,
|
||||||
|
|
Loading…
Reference in a new issue