mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
11 lines
366 B
Plaintext
11 lines
366 B
Plaintext
#import <SVG/SVGElement.idl>
|
|
#import <SVG/SVGFilterPrimitiveStandardAttributes.idl>
|
|
|
|
// https://www.w3.org/TR/filter-effects-1/#InterfaceSVGFEComponentTransferElement
|
|
[Exposed=Window]
|
|
interface SVGFEComponentTransferElement : SVGElement {
|
|
readonly attribute SVGAnimatedString in1;
|
|
};
|
|
|
|
SVGFEComponentTransferElement includes SVGFilterPrimitiveStandardAttributes;
|