@@ -18019,6 +18019,9 @@ interface HTMLElementDeprecatedTagNameMap {
18019
18019
18020
18020
interface SVGElementTagNameMap {
18021
18021
"a": SVGAElement;
18022
+ "animate": SVGAnimateElement;
18023
+ "animateMotion": SVGAnimateMotionElement;
18024
+ "animateTransform": SVGAnimateTransformElement;
18022
18025
"circle": SVGCircleElement;
18023
18026
"clipPath": SVGClipPathElement;
18024
18027
"defs": SVGDefsElement;
@@ -18032,6 +18035,7 @@ interface SVGElementTagNameMap {
18032
18035
"feDiffuseLighting": SVGFEDiffuseLightingElement;
18033
18036
"feDisplacementMap": SVGFEDisplacementMapElement;
18034
18037
"feDistantLight": SVGFEDistantLightElement;
18038
+ "feDropShadow": SVGFEDropShadowElement;
18035
18039
"feFlood": SVGFEFloodElement;
18036
18040
"feFuncA": SVGFEFuncAElement;
18037
18041
"feFuncB": SVGFEFuncBElement;
@@ -18057,13 +18061,15 @@ interface SVGElementTagNameMap {
18057
18061
"marker": SVGMarkerElement;
18058
18062
"mask": SVGMaskElement;
18059
18063
"metadata": SVGMetadataElement;
18064
+ "mpath": SVGMPathElement;
18060
18065
"path": SVGPathElement;
18061
18066
"pattern": SVGPatternElement;
18062
18067
"polygon": SVGPolygonElement;
18063
18068
"polyline": SVGPolylineElement;
18064
18069
"radialGradient": SVGRadialGradientElement;
18065
18070
"rect": SVGRectElement;
18066
18071
"script": SVGScriptElement;
18072
+ "set": SVGSetElement;
18067
18073
"stop": SVGStopElement;
18068
18074
"style": SVGStyleElement;
18069
18075
"svg": SVGSVGElement;
0 commit comments