mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 01:12:45 +00:00
8 lines
255 B
Text
8 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;
|