ladybird/Libraries/LibWeb/SVG/SVGFEMergeNodeElement.idl

9 lines
253 B
Text
Raw Normal View History

#import <SVG/SVGAnimatedString.idl>
#import <SVG/SVGElement.idl>
// https://www.w3.org/TR/filter-effects-1/#InterfaceSVGFEMergeNodeElement
[Exposed=Window]
interface SVGFEMergeNodeElement : SVGElement {
readonly attribute SVGAnimatedString in1;
};