2023-04-18 18:51:00 +01:00
|
|
|
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedNumber
|
|
|
|
|
[Exposed=Window]
|
|
|
|
|
interface SVGAnimatedNumber {
|
2024-01-17 21:03:20 +01:00
|
|
|
attribute float baseVal;
|
|
|
|
|
readonly attribute float animVal;
|
2023-04-18 18:51:00 +01:00
|
|
|
};
|