svg-filters & basic parser #15

Merged
schrottkatze merged 67 commits from schrottkatze/iowo:svg-filters into main 2024-07-08 18:29:05 +00:00
Showing only changes of commit 02c5e9e159 - Show all commits

View file

@ -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,