|  Download aTODO animateAnimation is not supported so far since i haven't take care about 
yet (more precisely i haven't needed it so far). 
animateMotion
animateTransform
mpath
set
 circleSVGCircle
 clipPathCheck, if needed... defsImplemented as protected oDefsproperty inSVGusingSVGElementelement. 
'Defs' can be added uaing the methodaddDef()ofSVG.
No need for an own class. descIs not supported/needed so far. ellipseSVGEllipse
 filterSVGFilterSVGFilterEffect
 supported filters
`SVGBlendFilter`
`SVGColorMatrix`
`SVGComponentTransfer`
`SVGComposite`
`SVGDiffuseLighting`
`SVGDropShadowFilter`
`SVGFloodFilter`
`SVGGaussianBlur`
`SVGMerge`
`SVGOffset`
`SVGSpecularLighting`
`SVGTurbulence`
 so far unsupported filters
feConvolveMatrix
feDisplacementMap
feImage
feMorphology
feTile
 foreignObjectIs not supported/needed so far. gSVGGroup
 imageSVGImage
 lineSVGLine
 linearGradientSVGLinearGradient
 markerMDN Web Docs TODO maskMDN Web Docs metadataIs not supported/needed so far. pathSVGPath
 patternMDN Web Docs Check for implementation polygonSVGPolygon
 polylineSVGPolyline
 radialGradientSVGRadialGradient
 rectSVGRect
 scriptMDN Web Docs No direct support so far - just create and add a SVGCData('script')instead. stopSVGGradientStop
 styleImplemented as method addStyleDef()inSVGusingSVGCDataelement. No need for an own class. switchMDN Web Docs No direct support so far - just create and add a SVGElement('switch')instead. symboltextSVGText
 textpathSVGTextPath
 titleImplemented as method setTitle()inSVGElement. No need for an own class. tspanuseviewElements by category 
Animation elements
- animate
- animateMotion
- animateTransform
- mpath
- set
Shape elements
- circle
- ellipse
- line
- path
- polygon
- polyline
- rect
Text elements
- text
- textPath
- tspan
Container elements
- a
- defs
- g
- marker
- mask
- pattern
- svg
- switch
- symbol
Descriptive elements
- desc
- metadata
- title
Filter elements
- filter
- feBlend
- feColorMatrix
- feComponentTransfer
- feComposite
- feConvolveMatrix
- feDiffuseLighting
- feDisplacementMap
- feDistantLight
- feDropShadow
- feFlood
- feFuncA
- feFuncB
- feFuncG
- feFuncR
- feGaussianBlur
- feImage
- feMerge
- feMergeNode
- feMorphology
- feOffset
- fePointLight
- feSpecularLighting
- feSpotLight
- feTile
- feTurbulence
Gradient elements
- linearGradient
- radialGradient
- stop
Graphics elements
- image
Graphics referencing elements
- use
other elements
- style
- script
 > Note: The SVG 2 spec requires that any unknown elements be treated as 'g' for the purpose of rendering. |