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