diff --git a/crates/svg-filters/src/types/nodes/primitives/flood.rs b/crates/svg-filters/src/types/nodes/primitives/flood.rs index 3f10658..df912ef 100644 --- a/crates/svg-filters/src/types/nodes/primitives/flood.rs +++ b/crates/svg-filters/src/types/nodes/primitives/flood.rs @@ -3,8 +3,6 @@ use csscolorparser::Color; use super::WriteElement; /// [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)] pub struct Flood { pub flood_color: Color,