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