mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/SVG: Add FEFloodElement
This commit is contained in:
committed by
Sam Atkins
parent
de271b16fc
commit
d3684a36b0
Notes:
github-actions[bot]
2025-07-09 17:08:44 +00:00
Author: https://github.com/ananas-dev Commit: https://github.com/LadybirdBrowser/ladybird/commit/d3684a36b0a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5028 Reviewed-by: https://github.com/gmta ✅
8
Libraries/LibWeb/SVG/SVGFEFloodElement.idl
Normal file
8
Libraries/LibWeb/SVG/SVGFEFloodElement.idl
Normal 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;
|
||||
Reference in New Issue
Block a user