ladybird/Userland/Libraries/LibWeb/SVG/SVGAnimatedNumber.idl
2024-01-18 14:00:06 +01:00

7 lines
187 B
Plaintext

// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedNumber
[Exposed=Window]
interface SVGAnimatedNumber {
attribute float baseVal;
readonly attribute float animVal;
};