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