LibWeb/SVG: Add FEFloodElement

This commit is contained in:
Lucien Fiorini
2025-07-06 21:48:55 +02:00
committed by Sam Atkins
parent de271b16fc
commit d3684a36b0
Notes: github-actions[bot] 2025-07-09 17:08:44 +00:00
22 changed files with 189 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
#import <SVG/SVGFilterPrimitiveStandardAttributes.idl>
// https://www.w3.org/TR/filter-effects-1/#InterfaceSVGFEFloodElement
[Exposed=Window]
interface SVGFEFloodElement : SVGElement {
};
SVGFEFloodElement includes SVGFilterPrimitiveStandardAttributes;