mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-02 06:10:58 +00:00
9 lines
255 B
Text
9 lines
255 B
Text
|
|
#import <SVG/SVGFilterPrimitiveStandardAttributes.idl>
|
||
|
|
|
||
|
|
// https://www.w3.org/TR/filter-effects-1/#InterfaceSVGFEFloodElement
|
||
|
|
[Exposed=Window]
|
||
|
|
interface SVGFEFloodElement : SVGElement {
|
||
|
|
};
|
||
|
|
|
||
|
|
SVGFEFloodElement includes SVGFilterPrimitiveStandardAttributes;
|