mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
9 lines
253 B
Text
9 lines
253 B
Text
|
|
#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;
|
||
|
|
};
|