These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
6 lines
204 B
Text
6 lines
204 B
Text
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedLength
|
|
[Exposed=Window]
|
|
interface SVGAnimatedLength {
|
|
readonly attribute SVGLength baseVal;
|
|
readonly attribute SVGLength animVal;
|
|
};
|