|
Interface Summary |
| SVGAnimationElement |
This interface represents an Animation element, which contains
methods to control the timing of animations. |
| SVGElement |
This interface represents an SVG element in the document tree. |
| SVGLocatableElement |
This interface represents an SVGLocatableElement. |
| SVGMatrix |
This interface represents an "SVGMatrix" datatype, identified by an affine transform. |
| SVGPath |
This interface represents an "SVGPath" datatype used to define the path geometry. |
| SVGPoint |
This interface represents an "SVGPoint" datatype, identifiend by its x and y components. |
| SVGRGBColor |
This interface represents an "SVGRGBColor" datatype made up of red, green, and blue components. |
| SVGRect |
This interface represents an "SVGRect" datatype, consisting of a
minimum X, minimum Y, width and height values. |
| SVGSVGElement |
This interface represents <svg> element in (SVG) document tree. |