mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
7 lines
213 B
Text
7 lines
213 B
Text
|
|
#import <SVG/SVGComponentTransferFunctionElement.idl>
|
||
|
|
|
||
|
|
// https://www.w3.org/TR/filter-effects-1/#InterfaceSVGFEFuncGElement
|
||
|
|
[Exposed=Window]
|
||
|
|
interface SVGFEFuncGElement : SVGComponentTransferFunctionElement {
|
||
|
|
};
|