mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
8 lines
253 B
Text
8 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;
|
|
};
|