mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
10 lines
284 B
Plaintext
10 lines
284 B
Plaintext
#import <SVG/SVGElement.idl>
|
|
#import <SVG/SVGFilterPrimitiveStandardAttributes.idl>
|
|
|
|
// https://www.w3.org/TR/filter-effects-1/#InterfaceSVGFEMergeElement
|
|
[Exposed=Window]
|
|
interface SVGFEMergeElement : SVGElement {
|
|
};
|
|
|
|
SVGFEMergeElement includes SVGFilterPrimitiveStandardAttributes;
|