Results 201 - 220 of 298
The
SVGPathElement
interface corresponds to the
<path>
element.
The
SVGPatternElement
interface corresponds to the
<pattern>
element.
The
SVGPolygonElement
interface provides access to the properties of
<polygon>
elements, as well as methods to manipulate them.
The
SVGPolylineElement
interface provides access to the properties of
<polyline>
elements, as well as methods to manipulate them.
The
SVGRadialGradientElement
interface corresponds to the
<radialGradient>
element.
The
SVGRectElement
interface provides access to the properties of
<rect>
elements, as well as methods to manipulate them.
The
SVGScriptElement
interface corresponds to the SVG
<script>
element.
The
SVGSetElement
interface corresponds to the
<set>
element.
The
SVGStopElement
interface corresponds to the
<stop>
element.
The
SVGStylable
interface is implemented on all objects corresponding to SVG elements that can have
style
,
class
and presentation attributes specified on them.
The
SVGStyleElement
interface corresponds to the SVG
<style>
element.
The
SVGSVGElement
interface provides access to the properties of
<svg>
elements, as well as methods to manipulate them. This interface contains also various miscellaneous commonly-used utility methods, such as matrix operations and the ability to control the time of redraw on visual rendering devices.
The
SVGSwitchElement
interface corresponds to the
<switch>
element.
The
SVGSymbolElement
interface corresponds to the
<symbol>
element.
The
SVGTitleElement
interface corresponds to the
<title>
element.
Interface
SVGTransformable
contains properties and methods that apply to all elements which have attribute
transform
.
The
SVGTRefElement
interface provides access to the properties of
<tref>
elements, as well as methods to manipulate them.
The
SVGTSpanElement
interface provides access to the properties of
<tspan>
elements, as well as methods to manipulate them.
The
SVGUseElement
interface provides access to the properties of
<use>
elements, as well as methods to manipulate them.