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.
<div id="interfaceDiagram" style="display: inline-block; position: relative; width: 100%; padding-bottom: 23.333333333333332%; vertical-align: middle; overflow: hidden;"><svg style="display: inline-block; position: absolute; top: 0; left: 0;" viewbox="-50 0 600 140" preserveAspectRatio="xMinYMin meet"><a xlink:href="../API/EventTarget.html" target="_top"><rect x="1" y="1" width="110" height="50" fill="#fff" stroke="#D4DDE4" stroke-width="2px" /><text x="56" y="30" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">EventTarget</text></a><polyline points="111,25 121,20 121,30 111,25" stroke="#D4DDE4" fill="none"/><line x1="121" y1="25" x2="151" y2="25" stroke="#D4DDE4"/><a xlink:href="../API/Node" target="_top"><rect x="151" y="1" width="75" height="50" fill="#fff" stroke="#D4DDE4" stroke-width="2px" /><text x="188.5" y="30" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">Node</text></a><polyline points="226,25 236,20 236,30 226,25" stroke="#D4DDE4" fill="none"/><line x1="236" y1="25" x2="266" y2="25" stroke="#D4DDE4"/><a xlink:href="../API/Element" target="_top"><rect x="266" y="1" width="75" height="50" fill="#fff" stroke="#D4DDE4" stroke-width="2px" /><text x="303.5" y="30" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">Element</text></a><polyline points="341,25 351,20 351,30 341,25" stroke="#D4DDE4" fill="none"/><line x1="351" y1="25" x2="381" y2="25" stroke="#D4DDE4"/><a xlink:href="../API/SVGElement" target="_top"><rect x="381" y="1" width="100" height="50" fill="#fff" stroke="#D4DDE4" stroke-width="2px" /><text x="431" y="30" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">SVGElement</text></a><polyline points="481,25 491,20 491,30 481,25" stroke="#D4DDE4" fill="none"/><line x1="491" y1="25" x2="499" y2="25" stroke="#D4DDE4"/><line x1="499" y1="25" x2="499" y2="90" stroke="#D4DDE4"/><line x1="499" y1="90" x2="482" y2="90" stroke="#D4DDE4"/><a xlink:href="../API/SVGGraphicsElement" target="_top"><rect x="301" y="65" width="180" height="50" fill="#fff" stroke="#D4DDE4" stroke-width="2px" /><text x="391" y="94" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">SVGGraphicsElement</text></a><polyline points="301,89 291,84 291,94 301,89" stroke="#D4DDE4" fill="none"/><line x1="291" y1="89" x2="261" y2="89" stroke="#D4DDE4"/><a xlink:href="../API/SVGSVGElement" target="_top"><rect x="131" y="65" width="130" height="50" fill="#F4F7F8" stroke="#D4DDE4" stroke-width="2px" /><text x="196" y="94" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">SVGSVGElement</text></a></svg></div>
a:hover text { fill: #0095DD; pointer-events: all;}
This interface also inherits properties from its parent,
SVGGraphicsElement
and also implements the ones from
SVGZoomAndPan
,
SVGFitToViewBox
,和
WindowEventHandlers
.
SVGSVGElement.x
只读
SVGAnimatedLength
corresponding to the
x
attribute of the given
<svg>
元素。
SVGSVGElement.y
只读
SVGAnimatedLength
corresponding to the
y
attribute of the given
<svg>
元素。
SVGSVGElement.width
只读
SVGAnimatedLength
corresponding to the
width
attribute of the given
<svg>
元素。
SVGSVGElement.height
只读
SVGAnimatedLength
corresponding to the
height
attribute of the given
<svg>
元素。
SVGSVGElement.contentScriptType
SVGAnimatedLength
corresponding to the
contentScriptType
attribute of the given
<svg>
元素。
SVGSVGElement.contentStyleType
SVGAnimatedLength
corresponding to the
contentStyleType
attribute of the given
<svg>
元素。
SVGSVGElement.viewport
SVGRect
containing the position and size of the viewport (implicit or explicit) that corresponds to the given
<svg>
element. When the browser is actually rendering the content, then the position and size values represent the actual values when rendering. The position and size values are unitless values in the coordinate system of the parent element. If no parent element exists (i.e.,
<svg>
element represents the root of the document tree), if this SVG document is embedded as part of another document (e.g., via the HTML
<object>
element), then the position and size are unitless values in the coordinate system of the parent document. (If the parent uses CSS or XSL layout, then unitless values represent pixel units for the current CSS or XSL viewport.)
SVGSVGElement.pixelUnitToMillimeterX
A float representing the size of the pixel unit (as defined by CSS2) along the x-axis of the viewport, which represents a unit somewhere in the range of 70dpi to 120dpi, and, on systems that support this, might actually match the characteristics of the target medium. On systems where it is impossible to know the size of a pixel, a suitable default pixel size is provided.
SVGSVGElement.pixelUnitToMillimeterY
A float representing the size of a pixel unit along the y-axis of the viewport.
SVGSVGElement.screenPixelToMillimeterX
.28mm
).
SVGSVGElement.screenPixelToMillimeterY
Corresponding size of a screen pixel along the y-axis of the viewport.
SVGSVGElement.useCurrentView
<svg>
element such as
viewBox
) or on a "custom" view (i.e., a hyperlink into a particular
<view>
or other element). If the initial view is the "standard" view, then this attribute is
false
. If the initial view is a "custom" view, then this attribute is
true
.
SVGSVGElement.currentView
SVGViewSpec
defining the initial view (i.e., before magnification and panning) of the current innermost SVG document fragment. The meaning depends on the situation: If the initial view was a "standard" view, then:
viewBox
,
preserveAspectRatio
and
zoomAndPan
在
currentView
will match the values for the corresponding DOM attributes that are on
SVGSVGElement
directly
transform
and
viewTarget
在
currentView
将是
null
<view>
element, then:
viewBox
,
preserveAspectRatio
and
zoomAndPan
在
currentView
will correspond to the corresponding attributes for the given
<view>
element
transform
and
viewTarget
在
currentView
将是
null
<view>
), then:
viewBox
,
preserveAspectRatio
and
zoomAndPan
在
currentView
will match the values for the corresponding DOM attributes that are on
SVGSVGElement
directly for the closest ancestor
<svg>
element
transform
在
currentView
将是
null
viewTarget
在
currentView
will represent the target of the link
#svgView(…)
), then:
viewBox
,
preserveAspectRatio
,
zoomAndPan
,
transform
and
viewTarget
在
currentView
will correspond to the values from the SVG view specification fragment identifier
SVGSVGElement.currentScale
<svg>
element, this float attribute indicates the current scale factor relative to the initial view to take into account user magnification and panning operations. DOM attributes
currentScale
and
currentTranslate
are equivalent to the 2×3 matrix
[a b c d e f] = [
currentScale
0 0
currentScale
currentTranslate
.x
currentTranslate
.y]
. If "magnification" is enabled (i.e.,
zoomAndPan="magnify"
), then the effect is as if an extra transformation were placed at the outermost level on the SVG document fragment (i.e., outside the outermost
<svg>
element).
SVGSVGElement.currentTranslate
只读
SVGPoint
representing the translation factor that takes into account user "magnification" corresponding to an outermost
<svg>
element. The behavior is undefined for
<svg>
elements that are not at the outermost level.
This interface also inherits methods from its parent,
SVGGraphicsElement
and also implements the ones from
SVGZoomAndPan
,
SVGFitToViewBox
,和
WindowEventHandlers
.
SVGSVGElement.suspendRedraw()
Takes a time-out value which indicates that redraw shall not occur until:
the corresponding
unsuspendRedraw()
call has been made, an
unsuspendRedrawAll()
call has been made, or its timer has timed out.
In environments that do not support interactivity (e.g., print media), then redraw shall not be suspended. Calls to
suspendRedraw()
and
unsuspendRedraw()
should, but need not be, made in balanced pairs.
To suspend redraw actions as a collection of SVG DOM changes occur, precede the changes to the SVG DOM with a method call similar to:
const suspendHandleID = suspendRedraw(maxWaitMilliseconds)
and follow the changes with a method call similar to:
unsuspendRedraw(suspendHandleID)
Note that multiple
suspendRedraw()
calls can be used at once, and that each such method call is treated independently of the other
suspendRedraw()
方法调用。
SVGSVGElement.unsuspendRedraw()
suspendRedraw()
by providing a unique suspend handle ID that was returned by a previous
suspendRedraw()
调用。
SVGSVGElement.unsuspendRedrawAll()
suspendRedraw()
method calls. This method is most useful at the very end of a set of SVG DOM calls to ensure that all pending
suspendRedraw()
method calls have been cancelled.
SVGSVGElement.forceRedraw()
In rendering environments supporting interactivity, forces the user agent to immediately redraw all regions of the viewport that require updating.
SVGSVGElement.pauseAnimations()
<svg>
element, causing the animation clock corresponding to this document fragment to stand still until it is unpaused.
SVGSVGElement.unpauseAnimations()
Unsuspends (i.e., unpauses) currently running animations that are defined within the SVG document fragment, causing the animation clock to continue from the time at which it was suspended.
SVGSVGElement.animationsPaused()
true
if this SVG document fragment is in a paused state.
SVGSVGElement.getCurrentTime()
getCurrentTime()
is called before the document timeline has begun (for example, by script running in a
<script>
element before the document's
SVGLoad
event is dispatched), then
0
被返回。
SVGSVGElement.setCurrentTime()
setCurrentTime()
is called before the document timeline has begun (for example, by script running in a
<script>
element before the document's
SVGLoad
event is dispatched), then the value of seconds in the last invocation of the method gives the time that the document will seek to once the document timeline has begun.
SVGSVGElement.getIntersectionList()
NodeList
of graphics elements whose rendered content intersects the supplied rectangle. Each candidate graphics element is to be considered a match only if the same graphics element can be a target of pointer events as defined in
pointer-events
processing.
SVGSVGElement.getEnclosureList()
NodeList
of graphics elements whose rendered content is entirely contained within the supplied rectangle. Each candidate graphics element is to be considered a match only if the same graphics element can be a target of pointer events as defined in
pointer-events
processing.
SVGSVGElement.checkIntersection()
true
if the rendered content of the given element intersects the supplied rectangle. Each candidate graphics element is to be considered a match only if the same graphics element can be a target of pointer events as defined in
pointer-events
processing.
SVGSVGElement.checkEnclosure()
true
if the rendered content of the given element is entirely contained within the supplied rectangle. Each candidate graphics element is to be considered a match only if the same graphics element can be a target of pointer events as defined in
pointer-events
processing.
SVGSVGElement.deselectAll()
Unselects any selected objects, including any selections of text strings and type-in bars.
SVGSVGElement.createSVGNumber()
SVGNumber
object outside of any document trees. The object is initialized to
0
.
SVGSVGElement.createSVGLength()
SVGLength
object outside of any document trees. The object is initialized to
0
user units.
SVGSVGElement.createSVGAngle()
SVGAngle
object outside of any document trees. The object is initialized to a value of
0
degrees (unitless).
SVGSVGElement.createSVGPoint()
SVGPoint
object outside of any document trees. The object is initialized to the point
(0,0)
in the user coordinate system.
SVGSVGElement.createSVGMatrix()
SVGMatrix
object outside of any document trees. The object is initialized to the identity matrix.
SVGSVGElement.createSVGRect()
SVGRect
object outside of any document trees. The object is initialized such that all values are set to
0
user units.
SVGSVGElement.createSVGTransform()
SVGTransform
object outside of any document trees. The object is initialized to an identity matrix transform (
SVG_TRANSFORM_MATRIX
).
SVGSVGElement.createSVGTransformFromMatrix()
SVGTransform
object outside of any document trees. The object is initialized to the given matrix transform (i.e.,
SVG_TRANSFORM_MATRIX
). The values from the parameter matrix are copied, the matrix parameter is not adopted as
SVGTransform::matrix
.
SVGSVGElement.getElementById()
id
is given by
elementId
. If an Element is found, that Element is returned. If no such element exists, returns
null
. Behavior is not defined if more than one element has this id.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Scalable Vector Graphics (SVG) 2
The definition of 'SVGSVGElement' in that specification. |
候选推荐 |
Replaced the inheritance from
SVGElement
by
SVGGraphicsElement
, removed the implemented interfaces
SVGTests
,
SVGLangSpace
,
SVGExternalResourcesRequired
,
SVGStylable
,
SVGLocatable
,
DocumentEvent
,
ViewCSS
,和
DocumentCSS
and added implemented interface
WindowEventHandlers
.
|
|
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
The definition of 'SVGSVGElement' in that specification. |
推荐 | 初始定义 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
SVGSVGElement
|
Chrome Yes | Edge 12 | Firefox Yes | IE 9 | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
animationsPaused
|
Chrome ? | Edge ? | Firefox ? | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
checkEnclosure
|
Chrome Yes | Edge 12 | Firefox No | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android No | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
checkIntersection
|
Chrome Yes | Edge 12 | Firefox No | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android No | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
contentScriptType
|
Chrome ? | Edge 12 | Firefox ? — 20 | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
contentStyleType
|
Chrome ? | Edge 12 | Firefox ? — 20 | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
createSVGAngle
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
createSVGLength
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
createSVGMatrix
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
createSVGNumber
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
createSVGPoint
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
createSVGRect
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
createSVGTransform
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
createSVGTransformFromMatrix
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
currentScale
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
currentTranslate
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
currentView
|
Chrome ? — 56 | Edge No | Firefox Yes | IE ? | Opera ? — 43 | Safari ? | WebView Android ? — 56 | Chrome Android ? — 56 | Firefox Android Yes | Opera Android ? — 43 | Safari iOS ? | Samsung Internet Android ? — 6.0 |
deselectAll
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
forceRedraw
弃用
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
getCurrentTime
|
Chrome ? | Edge 12 | Firefox ? | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
getElementById
|
Chrome Yes | Edge 12 | Firefox 11 | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
getEnclosureList
|
Chrome Yes | Edge 12 | Firefox No | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android No | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
getIntersectionList
|
Chrome Yes | Edge 12 | Firefox No | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android No | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
height
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
pauseAnimations
|
Chrome ? | Edge 12 | Firefox ? | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
pixelUnitToMillimeterX
弃用
|
Chrome ? — 47 | Edge 12 — 79 | Firefox ? — 61 | IE ? | Opera ? — 33 | Safari ? | WebView Android ? — 47 | Chrome Android ? — 47 | Firefox Android ? — 61 | Opera Android ? — 33 | Safari iOS ? | Samsung Internet Android ? — 5.0 |
pixelUnitToMillimeterY
弃用
|
Chrome ? — 47 | Edge 12 — 79 | Firefox ? — 61 | IE ? | Opera ? — 33 | Safari ? | WebView Android ? — 47 | Chrome Android ? — 47 | Firefox Android ? — 61 | Opera Android ? — 33 | Safari iOS ? | Samsung Internet Android ? — 5.0 |
screenPixelToMillimeterX
弃用
|
Chrome ? — 47 | Edge 12 — 79 | Firefox ? — 61 | IE ? | Opera ? — 33 | Safari ? | WebView Android ? — 47 | Chrome Android ? — 47 | Firefox Android ? — 61 | Opera Android ? — 33 | Safari iOS ? | Samsung Internet Android ? — 5.0 |
screenPixelToMillimeterY
弃用
|
Chrome ? — 47 | Edge 12 — 79 | Firefox ? — 61 | IE ? | Opera ? — 33 | Safari ? | WebView Android ? — 47 | Chrome Android ? — 47 | Firefox Android ? — 61 | Opera Android ? — 33 | Safari iOS ? | Samsung Internet Android ? — 5.0 |
setCurrentTime
|
Chrome ? | Edge 12 | Firefox ? | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
suspendRedraw
弃用
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
unpauseAnimations
|
Chrome ? | Edge 12 | Firefox ? | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
unsuspendRedraw
弃用
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
unsuspendRedrawAll
弃用
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
useCurrentView
|
Chrome ? — 56 | Edge No | Firefox 15 | IE ? | Opera ? — 43 | Safari ? | WebView Android ? — 56 | Chrome Android ? — 56 | Firefox Android 15 | Opera Android ? — 43 | Safari iOS ? | Samsung Internet Android ? — 6.0 |
viewport
|
Chrome ? | Edge 12 | Firefox ? | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
width
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
x
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
y
|
Chrome Yes | Edge 12 | Firefox Yes | IE ? | Opera Yes | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android Yes | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
完整支持
不支持
兼容性未知
弃用。不要用于新网站。
SVGSVGElement
SVGAElement
SVGAltGlyphElement
SVGAngle
SVGAnimateColorElement
SVGAnimateElement
SVGAnimateMotionElement
SVGAnimateTransformElement
SVGAnimatedAngle
SVGAnimatedBoolean
SVGAnimatedEnumeration
SVGAnimatedInteger
SVGAnimatedLength
SVGAnimatedLengthList
SVGAnimatedNumber
SVGAnimatedNumberList
SVGAnimatedPathData
SVGAnimatedPoints
SVGAnimatedPreserveAspectRatio
SVGAnimatedRect
SVGAnimatedString
SVGAnimatedTransformList
SVGAnimationElement
SVGCircleElement
SVGClipPathElement
SVGComponentTransferFunctionElement
SVGCursorElement
SVGDefsElement
SVGDescElement
SVGDocument
SVGElement
SVGEllipseElement
SVGFEBlendElement
SVGFEColorMatrixElement
SVGFEComponentTransferElement
SVGFECompositeElement
SVGFEConvolveMatrixElement
SVGFEDiffuseLightingElement
SVGFEDisplacementMapElement
SVGFEDistantLightElement
SVGFEDropShadowElement
SVGFEFloodElement
SVGFEFuncAElement
SVGFEFuncBElement
SVGFEFuncGElement
SVGFEFuncRElement
SVGFEGaussianBlurElement
SVGFEImageElement
SVGFEMergeElement
SVGFEMergeNodeElement
SVGFEMorphologyElement
SVGFEOffsetElement
SVGFEPointLightElement
SVGFESpecularLightingElement
SVGFESpotLightElement
SVGFETileElement
SVGFETurbulenceElement
SVGFilterElement
SVGFilterPrimitiveStandardAttributes
SVGFitToViewBox
SVGFontElement
SVGFontFaceElement
SVGFontFaceFormatElement
SVGFontFaceNameElement
SVGFontFaceSrcElement
SVGFontFaceUriElement
SVGForeignObjectElement
SVGGElement
SVGGlyphElement
SVGGradientElement
SVGGraphicsElement
SVGHKernElement
SVGImageElement
SVGLength
SVGLengthList
SVGLineElement
SVGLinearGradientElement
SVGMPathElement
SVGMarkerElement
SVGMaskElement
SVGMatrix
SVGMetadataElement
SVGMissingGlyphElement
SVGNumber
SVGNumberList
SVGPathElement
SVGPathSeg
SVGPathSegArcAbs
SVGPathSegArcRel
SVGPathSegClosePath
SVGPathSegCurvetoCubicAbs
SVGPathSegCurvetoCubicRel
SVGPathSegCurvetoCubicSmoothAbs
SVGPathSegCurvetoCubicSmoothRel
SVGPathSegCurvetoQuadraticAbs
SVGPathSegCurvetoQuadraticRel
SVGPathSegCurvetoQuadraticSmoothAbs
SVGPathSegCurvetoQuadraticSmoothRel
SVGPathSegLinetoAbs
SVGPathSegLinetoHorizontalAbs
SVGPathSegLinetoHorizontalRel
SVGPathSegLinetoRel
SVGPathSegLinetoVerticalAbs
SVGPathSegLinetoVerticalRel
SVGPathSegList
SVGPathSegMovetoAbs
SVGPathSegMovetoRel
SVGPatternElement
SVGPoint
SVGPointList
SVGPolygonElement
SVGPolylineElement
SVGPreserveAspectRatio
SVGRadialGradientElement
SVGRect
SVGRectElement
SVGScriptElement
SVGSetElement
SVGStopElement
SVGStringList
SVGStylable
SVGStyleElement
SVGSwitchElement
SVGSymbolElement
SVGTRefElement
SVGTSpanElement
SVGTests
SVGTextContentElement
SVGTextElement
SVGTextPathElement
SVGTextPositioningElement
SVGTitleElement
SVGTransform
SVGTransformList
SVGTransformable
SVGURIReference
SVGUnitTypes
SVGUseElement
SVGVKernElement
SVGViewElement
SVGZoomAndPan
SVGZoomEvent
TimeEvent