ladybird/Libraries/LibWeb/SVG/SVGFEFuncGElement.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/#InterfaceSVGFEFuncGElement
[Exposed=Window]
interface SVGFEFuncGElement : SVGComponentTransferFunctionElement {
};