mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
// https://drafts.csswg.org/filter-effects-1/#InterfaceSVGFEMergeElement
|
|
[Exposed=Window]
|
|
interface SVGFEMergeElement : SVGElement {
|
|
};
|
|
|
|
SVGFEMergeElement includes SVGFilterPrimitiveStandardAttributes;
|