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