These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
6 lines
271 B
Text
6 lines
271 B
Text
// https://svgwg.org/svg2-draft/single-page.html#coords-InterfaceSVGAnimatedTransformList
|
|
[Exposed=Window]
|
|
interface SVGAnimatedTransformList {
|
|
[SameObject] readonly attribute SVGTransformList baseVal;
|
|
[SameObject] readonly attribute SVGTransformList animVal;
|
|
};
|