These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
7 lines
284 B
Text
7 lines
284 B
Text
// https://drafts.csswg.org/filter-effects-1/#InterfaceSVGFEComponentTransferElement
|
|
[Exposed=Window]
|
|
interface SVGFEComponentTransferElement : SVGElement {
|
|
readonly attribute SVGAnimatedString in1;
|
|
};
|
|
|
|
SVGFEComponentTransferElement includes SVGFilterPrimitiveStandardAttributes;
|