These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
6 lines
202 B
Text
6 lines
202 B
Text
// https://drafts.csswg.org/filter-effects-1/#InterfaceSVGFEFloodElement
|
|
[Exposed=Window]
|
|
interface SVGFEFloodElement : SVGElement {
|
|
};
|
|
|
|
SVGFEFloodElement includes SVGFilterPrimitiveStandardAttributes;
|