mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
#import <SVG/SVGFilterPrimitiveStandardAttributes.idl>
|
|
|
|
// https://www.w3.org/TR/filter-effects-1/#InterfaceSVGFEFloodElement
|
|
[Exposed=Window]
|
|
interface SVGFEFloodElement : SVGElement {
|
|
};
|
|
|
|
SVGFEFloodElement includes SVGFilterPrimitiveStandardAttributes;
|