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