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