SVG drawings and images are created using a wide array of elements which are dedicated to the construction, drawing, and layout of vector images and diagrams. Here you'll find reference documentation for each of the SVG elements.
<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>
<filter>
<foreignObject>
注意:
SVG 2 spec requires
that any unknown elements be treated as
<g>
for the purpose of rendering.
<animate>
,
<animateColor>
,
<animateMotion>
,
<animateTransform>
,
<discard>
,
<mpath>
,
<set>
<circle>
,
<ellipse>
,
<line>
,
<polygon>
,
<polyline>
,
<rect>
<a>
,
<defs>
,
<g>
,
<marker>
,
<mask>
,
<missing-glyph>
,
<pattern>
,
<svg>
,
<switch>
,
<symbol>
<desc>
,
<metadata>
,
<title>
<feBlend>
,
<feColorMatrix>
,
<feComponentTransfer>
,
<feComposite>
,
<feConvolveMatrix>
,
<feDiffuseLighting>
,
<feDisplacementMap>
,
<feDropShadow>
,
<feFlood>
,
<feFuncA>
,
<feFuncB>
,
<feFuncG>
,
<feFuncR>
,
<feGaussianBlur>
,
<feImage>
,
<feMerge>
,
<feMergeNode>
,
<feMorphology>
,
<feOffset>
,
<feSpecularLighting>
,
<feTile>
,
<feTurbulence>
<font>
,
<font-face>
,
<font-face-format>
,
<font-face-name>
,
<font-face-src>
,
<font-face-uri>
,
<hkern>
,
<vkern>
<linearGradient>
,
<radialGradient>
,
<stop>
<circle>
,
<ellipse>
,
<image>
,
<line>
,
<path>
,
<polygon>
,
<polyline>
,
<rect>
,
<text>
,
<use>
<use>
<feDistantLight>
,
<fePointLight>
,
<feSpotLight>
<clipPath>
,
<defs>
,
<hatch>
,
<linearGradient>
,
<marker>
,
<mask>
,
<metadata>
,
<pattern>
,
<radialGradient>
,
<script>
,
<style>
,
<symbol>
,
<title>
<hatch>
,
<linearGradient>
,
<pattern>
,
<radialGradient>
,
<solidcolor>
<a>
,
<circle>
,
<ellipse>
,
<foreignObject>
,
<g>
,
<image>
,
<line>
,
<path>
,
<polygon>
,
<polyline>
,
<rect>
,
<svg>
,
<switch>
,
<symbol>
,
<text>
,
<textPath>
,
<tspan>
,
<use>
注意:
SVG 2 spec requires
that any unknown elements be treated as
<g>
for the purpose of rendering.
<circle>
,
<ellipse>
,
<line>
,
<path>
,
<polygon>
,
<polyline>
,
<rect>
<defs>
,
<g>
,
<svg>
,
<symbol>
,
<use>
<altGlyph>
,
<altGlyphDef>
,
<altGlyphItem>
,
<glyph>
,
<glyphRef>
,
<textPath>
,
<text>
,
<tref>
,
<tspan>
<altGlyph>
,
<textPath>
,
<tref>
,
<tspan>
<clipPath>
,
<cursor>
,
<filter>
,
<foreignObject>
,
<hatchpath>
,
<script>
,
<style>
,
<view>
警告: These are old SVG elements which are deprecated and should not be used. You should never use them in new projects, and should replace them in old projects as soon as you can. They are listed here for informational purposes only.
<altGlyph>
,
<altGlyphDef>
,
<altGlyphItem>
,
<animateColor>
<cursor>
<font>
,
<font-face>
,
<font-face-format>
,
<font-face-name>
,
<font-face-src>
,
<font-face-uri>
<glyph>
,
<glyphRef>
<hkern>
<missing-glyph>
<tref>
<vkern>
<feBlend>
<feColorMatrix>
<feComponentTransfer>
<feComposite>
<feConvolveMatrix>
<feDiffuseLighting>
<feDisplacementMap>
<feDistantLight>
<feFlood>
<feFuncA>
<feFuncB>
<feFuncG>
<feFuncR>
<feGaussianBlur>
<feImage>
<feMerge>
<feMergeNode>
<feMorphology>
<feOffset>
<fePointLight>
<feSpecularLighting>
<feSpotLight>
<feTile>
<feTurbulence>
<filter>
<font>
<font-face>
<font-face-format>
<font-face-name>
<font-face-src>
<font-face-uri>
<foreignObject>
最后修改: , 由 MDN 贡献者