mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
svg-filters: figured out flood not working in local test env
This commit is contained in:
parent
0197df5ee2
commit
02c5e9e159
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue