Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SVGElementTagNameMap

interface SVGElementTagNameMap {
animateMotion: SVGAnimateMotionElement;
animateTransform: SVGAnimateTransformElement;
feColorMatrix: SVGFEColorMatrixElement;
feComponentTransfer: SVGFEComponentTransferElement;
feComposite: SVGFECompositeElement;
feConvolveMatrix: SVGFEConvolveMatrixElement;
feDiffuseLighting: SVGFEDiffuseLightingElement;
feDisplacementMap: SVGFEDisplacementMapElement;
feDistantLight: SVGFEDistantLightElement;
feDropShadow: SVGFEDropShadowElement;
feGaussianBlur: SVGFEGaussianBlurElement;
feMergeNode: SVGFEMergeNodeElement;
feMorphology: SVGFEMorphologyElement;
fePointLight: SVGFEPointLightElement;
feSpecularLighting: SVGFESpecularLightingElement;
feSpotLight: SVGFESpotLightElement;
feTurbulence: SVGFETurbulenceElement;
foreignObject: SVGForeignObjectElement;
linearGradient: SVGLinearGradientElement;
radialGradient: SVGRadialGradientElement;
}

§Properties