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