ladybird/Libraries/LibWeb/SVG/SVGFEFuncAElement.idl

7 lines
213 B
Text
Raw Normal View History

2025-11-05 17:05:26 +01:00
#import <SVG/SVGComponentTransferFunctionElement.idl>
// https://www.w3.org/TR/filter-effects-1/#InterfaceSVGFEFuncAElement
[Exposed=Window]
interface SVGFEFuncAElement : SVGComponentTransferFunctionElement {
};