Files
ladybird/Libraries/LibWeb/SVG/SVGFEFuncGElement.idl
2026-03-25 16:02:04 +00:00

7 lines
216 B
Plaintext

#import <SVG/SVGComponentTransferFunctionElement.idl>
// https://drafts.csswg.org/filter-effects-1/#InterfaceSVGFEFuncGElement
[Exposed=Window]
interface SVGFEFuncGElement : SVGComponentTransferFunctionElement {
};