1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
|
---
title: Referência de elementos SVG
slug: Web/SVG/Element
tags:
- Desenho
- Design Responsivo
- Elementos
- Gráficos Vetoriais
- Referência SVG
- SVG
- 'l10n:prioridade'
translation_of: Web/SVG/Element
---
<p>« <a href="https://developer.mozilla.org/pt-BR/docs/Web/SVG" title="SVG">SVG</a> / <a href="https://developer.mozilla.org/pt-BR/docs/Web/SVG/Attribute" title="SVG/Attribute">SVG Attribute reference</a> »</p>
<p>Os desenhos e imagens SVG são criados usando uma grande variedade de elementos dedicados a construção, desenho e leiaute de imagens e diagramas vetoriais. Aqui você encontrará documentação de referência para cada um dos elementos SVG.</p>
<h2 id="Elementos_SVG_de_A_a_Z">Elementos SVG de A a Z</h2>
<div class="index">
<h3 id="A_2"><span id="A">A</span></h3>
<ul>
<li>{{SVGElement("a")}}</li>
<li>{{SVGElement("animate")}}</li>
<li>{{SVGElement("animateMotion")}}</li>
<li>{{SVGElement("animateTransform")}}</li>
</ul>
<h3 id="C_2"><span id="C">C</span></h3>
<ul>
<li>{{SVGElement("circle")}}</li>
<li>{{SVGElement("clipPath")}}</li>
<li>{{SVGElement("color-profile")}}</li>
<li>
<h3 id="D_2"><span id="D">D</span></h3>
</li>
<li>{{SVGElement("defs")}}</li>
<li>{{SVGElement("desc")}}</li>
<li>{{SVGElement("discard")}}</li>
</ul>
<h3 id="E_2"><span id="E">E</span></h3>
<ul>
<li>{{SVGElement("ellipse")}}</li>
</ul>
<h3 id="F_2"><span id="F">F</span></h3>
<ul>
<li>{{SVGElement("feBlend")}}</li>
<li>{{SVGElement("feColorMatrix")}}</li>
<li>{{SVGElement("feComponentTransfer")}}</li>
<li>{{SVGElement("feComposite")}}</li>
<li>{{SVGElement("feConvolveMatrix")}}</li>
<li>{{SVGElement("feDiffuseLighting")}}</li>
<li>{{SVGElement("feDisplacementMap")}}</li>
<li>{{SVGElement("feDistantLight")}}</li>
<li>{{SVGElement("feFlood")}}</li>
<li>{{SVGElement("feFuncA")}}</li>
<li>{{SVGElement("feFuncB")}}</li>
<li>{{SVGElement("feFuncG")}}</li>
<li>{{SVGElement("feFuncR")}}</li>
<li>{{SVGElement("feGaussianBlur")}}</li>
<li>{{SVGElement("feImage")}}</li>
<li>{{SVGElement("feMerge")}}</li>
<li>{{SVGElement("feMergeNode")}}</li>
<li>{{SVGElement("feMorphology")}}</li>
<li>{{SVGElement("feOffset")}}</li>
<li>{{SVGElement("fePointLight")}}</li>
<li>{{SVGElement("feSpecularLighting")}}</li>
<li>{{SVGElement("feSpotLight")}}</li>
<li>{{SVGElement("feTile")}}</li>
<li>{{SVGElement("feTurbulence")}}</li>
<li>{{SVGElement("filter")}}</li>
<li>{{SVGElement("foreignObject")}}</li>
</ul>
<h3 id="G_2"><span id="G">G</span></h3>
<ul>
<li>{{SVGElement("g")}}</li>
</ul>
<h3 id="H_2"><span id="H">H</span></h3>
<ul>
<li>{{SVGElement("hatch")}}</li>
<li>{{SVGElement("hatchpath")}}</li>
<li>
<h3 id="I_2"><span id="I">I</span></h3>
</li>
<li>{{SVGElement("image")}}</li>
</ul>
<h3 id="L_2"><span id="L">L</span></h3>
<ul>
<li>{{SVGElement("line")}}</li>
<li>{{SVGElement("linearGradient")}}</li>
</ul>
<h3 id="M_2"><span id="M">M</span></h3>
<ul>
<li>{{SVGElement("marker")}}</li>
<li>{{SVGElement("mask")}}</li>
<li>{{SVGElement("mesh")}}</li>
<li>{{SVGElement("meshgradient")}}</li>
<li>{{SVGElement("meshpatch")}}</li>
<li>{{SVGElement("meshrow")}}</li>
<li>{{SVGElement("metadata")}}</li>
<li>{{SVGElement("mpath")}}</li>
</ul>
<h3 id="P_2"> <span id="P">P</span></h3>
<ul>
<li>{{SVGElement("path")}}</li>
<li>{{SVGElement("pattern")}}</li>
<li>{{SVGElement("polygon")}}</li>
<li>{{SVGElement("polyline")}}</li>
</ul>
<h3 id="R_2"> <span id="R">R</span></h3>
<ul>
<li>{{SVGElement("radialGradient")}}</li>
<li>{{SVGElement("rect")}}</li>
</ul>
<h3 id="S_2"><span id="S">S</span></h3>
<ul>
<li>{{SVGElement("script")}}</li>
<li>{{SVGElement("set")}}</li>
<li>{{SVGElement("stop")}}</li>
<li>{{SVGElement("style")}}</li>
<li>{{SVGElement("svg")}}</li>
<li>{{SVGElement("switch")}}</li>
<li>{{SVGElement("symbol")}}</li>
</ul>
<h3 id="T_2"><span id="T">T</span></h3>
<ul>
<li>{{SVGElement("text")}}</li>
<li>{{SVGElement("textPath")}}</li>
<li>{{SVGElement("title")}}</li>
<li>{{SVGElement("tspan")}}</li>
</ul>
<h3 id="U_2"><span id="U">U</span></h3>
<ul>
<li>{{SVGElement("unknown")}}</li>
<li>{{SVGElement("use")}}</li>
</ul>
<h3 id="Z"><span id="V">Z</span></h3>
<ul>
<li>{{SVGElement("view")}}</li>
</ul>
</div>
<h2 id="Elementos_SVG_por_Categoria">Elementos SVG por Categoria</h2>
<h3 id="Elementos_de_animação">Elementos de animação</h3>
<p>{{SVGElement("animate")}}, {{SVGElement("animateColor")}}, {{SVGElement("animateMotion")}}, {{SVGElement("animateTransform")}} , {{SVGElement("discard")}}, {{SVGElement("mpath")}} , {{SVGElement("set")}}</p>
<h3 id="Formas_básicas">Formas básicas</h3>
<p>{{SVGElement("circle")}}, {{SVGElement("ellipse")}}, {{SVGElement("line")}}, {{SVGElement("polygon")}}, {{SVGElement("polyline")}}, {{SVGElement("rect")}}</p>
<h3 id="Elementos_container">Elementos "container"</h3>
<p>{{SVGElement("a")}}, {{SVGElement("defs")}}, {{SVGElement("g")}}, {{SVGElement("marker")}}, {{SVGElement("mask")}}, {{SVGElement("missing-glyph")}}, {{SVGElement("pattern")}}, {{SVGElement("svg")}}, {{SVGElement("switch")}}, {{SVGElement("symbol")}}, {{SVGElement("unknown")}}</p>
<h3 id="Elementos_descritivos">Elementos descritivos</h3>
<p>{{SVGElement("desc")}}, {{SVGElement("metadata")}}, {{SVGElement("title")}}</p>
<h3 id="Elementos_de_filtro_simples">Elementos de filtro simples</h3>
<p>{{SVGElement("feBlend")}}, {{SVGElement("feColorMatrix")}}, {{SVGElement("feComponentTransfer")}}, {{SVGElement("feComposite")}}, {{SVGElement("feConvolveMatrix")}}, {{SVGElement("feDiffuseLighting")}}, {{SVGElement("feDisplacementMap")}} , {{SVGElement("feDropShadow")}}, {{SVGElement("feFlood")}}, {{SVGElement("feFuncA")}}, {{SVGElement("feFuncB")}}, {{SVGElement("feFuncG")}}, {{SVGElement("feFuncR")}}, {{SVGElement("feGaussianBlur")}}, {{SVGElement("feImage")}}, {{SVGElement("feMerge")}} , {{SVGElement("feMergeNode")}}, {{SVGElement("feMorphology")}}, {{SVGElement("feOffset")}}, {{SVGElement("feSpecularLighting")}}, {{SVGElement("feTile")}}, {{SVGElement("feTurbulence")}}</p>
<h3 id="Elementos_de_fonte">Elementos de fonte</h3>
<p>{{SVGElement("font")}}, {{SVGElement("font-face")}}, {{SVGElement("font-face-format")}}, {{SVGElement("font-face-name")}}, {{SVGElement("font-face-src")}}, {{SVGElement("font-face-uri")}}, {{SVGElement("hkern")}}, {{SVGElement("vkern")}}</p>
<h3 id="Elementos_de_gradiente">Elementos de gradiente</h3>
<p>{{SVGElement("linearGradient")}} , {{SVGElement("meshgradient")}}, {{SVGElement("radialGradient")}}, {{SVGElement("stop")}}</p>
<h3 id="Elementos_gráficos">Elementos gráficos</h3>
<p>{{SVGElement("circle")}}, {{SVGElement("ellipse")}}, {{SVGElement("image")}}, {{SVGElement("line")}} , {{SVGElement("mesh")}}, {{SVGElement("path")}}, {{SVGElement("polygon")}}, {{SVGElement("polyline")}}, {{SVGElement("rect")}}, {{SVGElement("text")}}, {{SVGElement("use")}}</p>
<h3 id="Elementos_gráficos_de_referência">Elementos gráficos de referência</h3>
<p>{{SVGElement("mesh")}}, {{SVGElement("use")}}</p>
<h3 id="Elementos_de_iluminação">Elementos de iluminação</h3>
<p>{{SVGElement("feDistantLight")}}, {{SVGElement("fePointLight")}}, {{SVGElement("feSpotLight")}}</p>
<h3 id="Elementos_nunca_renderizados">Elementos nunca renderizados</h3>
<p>{{SVGElement("clipPath")}}, {{SVGElement("defs")}}, {{SVGElement("hatch")}}, {{SVGElement("linearGradient")}}, {{SVGElement("marker")}}, {{SVGElement("mask")}}, {{SVGElement("meshgradient")}}, {{SVGElement("metadata")}}, {{SVGElement("pattern")}}, {{SVGElement("radialGradient")}}, {{SVGElement("script")}}, {{SVGElement("style")}}, {{SVGElement("symbol")}}, {{SVGElement("title")}}</p>
<h3 id="Elementos_para_pintura">Elementos para pintura</h3>
<p>{{SVGElement("hatch")}}, {{SVGElement("linearGradient")}}, {{SVGElement("meshgradient")}}, {{SVGElement("pattern")}}, {{SVGElement("radialGradient")}}, {{SVGElement("solidcolor")}}</p>
<h3 id="Elementos_renderizáveis">Elementos renderizáveis</h3>
<p>{{SVGElement("a")}}, {{SVGElement("circle")}}, {{SVGElement("ellipse")}}, {{SVGElement("foreignObject")}}, {{SVGElement("g")}}, {{SVGElement("image")}}, {{SVGElement("line")}}, {{SVGElement("mesh")}}, {{SVGElement("path")}}, {{SVGElement("polygon")}}, {{SVGElement("polyline")}}, {{SVGElement("rect")}}, {{SVGElement("svg")}}, {{SVGElement("switch")}}, {{SVGElement("symbol")}}, {{SVGElement("text")}}, {{SVGElement("textPath")}}, {{SVGElement("tspan")}}, {{SVGElement("unknown")}}, {{SVGElement("use")}}</p>
<h3 id="Elementos_de_forma">Elementos de forma</h3>
<p>{{SVGElement("circle")}}, {{SVGElement("ellipse")}}, {{SVGElement("line")}}, {{SVGElement("mesh")}}, {{SVGElement("path")}}, {{SVGElement("polygon")}}, {{SVGElement("polyline")}}, {{SVGElement("rect")}}</p>
<h3 id="Elementos_estruturais">Elementos estruturais</h3>
<p>{{SVGElement("defs")}}, {{SVGElement("g")}}, {{SVGElement("svg")}}, {{SVGElement("symbol")}}, {{SVGElement("use")}}</p>
<h3 id="Elementos_de_conteúdo_textual">Elementos de conteúdo textual</h3>
<p>{{SVGElement("altGlyph")}}, {{SVGElement("altGlyphDef")}}, {{SVGElement("altGlyphItem")}}, {{SVGElement("glyph")}}, {{SVGElement("glyphRef")}}, {{SVGElement("textPath")}}, {{SVGElement("text")}}, {{SVGElement("tref")}}, {{SVGElement("tspan")}}</p>
<h3 id="Elementos_filho_de_conteúdo_textual">Elementos filho de conteúdo textual</h3>
<p>{{SVGElement("altGlyph")}}, {{SVGElement("textPath")}}, {{SVGElement("tref")}}, {{SVGElement("tspan")}}</p>
<h3 id="Elementos_sem_categoria">Elementos sem categoria</h3>
<p>{{SVGElement("clipPath")}}, {{SVGElement("color-profile")}}, {{SVGElement("cursor")}}, {{SVGElement("filter")}}, {{SVGElement("foreignObject")}}, {{SVGElement("hatchpath")}}, {{SVGElement("meshpatch")}}, {{SVGElement("meshrow")}}, {{SVGElement("script")}}, {{SVGElement("style")}}, {{SVGElement("view")}}</p>
<h2 id="Elementos_obsoletos_e_descontinuados">Elementos obsoletos e descontinuados</h2>
<div class="blockIndicator warning">
<p>Aviso: Esses são elementos SVG antigos que foram descontinuados e não devem ser usados. Você nunca deve usá-los em novos projetos e deve susbstituí-los em projetos antigos o mais rápido possível. Eles estão listados aqui apenas para fins informativos.</p>
</div>
<h3 id="A_3">A</h3>
<p>{{SVGElement("altGlyph")}}, {{SVGElement("altGlyphDef")}}, {{SVGElement("altGlyphItem")}}, {{SVGElement("animateColor")}}</p>
<h3 id="C_3">C</h3>
<p>{{SVGElement("cursor")}}</p>
<h3 id="F_3">F</h3>
<p>{{SVGElement("font")}}, {{SVGElement("font-face")}}, {{SVGElement("font-face-format")}}, {{SVGElement("font-face-name")}}, {{SVGElement("font-face-src")}}, {{SVGElement("font-face-uri")}}</p>
<h3 id="G_3">G</h3>
<p>{{SVGElement("glyph")}}, {{SVGElement("glyphRef")}}</p>
<h3 id="H_3">H</h3>
<p>{{SVGElement("hkern")}}</p>
<h3 id="M_3">M</h3>
<p>{{SVGElement("missing-glyph")}}</p>
<h3 id="T_3">T</h3>
<p>{{SVGElement("tref")}}</p>
<h3 id="V_2">V</h3>
<p>{{SVGElement("vkern")}}</p>
<h2 id="Veja_também">Veja também</h2>
<ul>
<li><a href="https://developer.mozilla.org/pt-BR/docs/Web/SVG/Attribute">Referência de atributos SVG</a></li>
<li><a href="https://developer.mozilla.org/pt-BR/docs/Web/SVG/Tutorial">SVG Tutorial</a></li>
<li><a href="https://developer.mozilla.org/pt-BR/docs/DOM/Referencia_do_DOM#SVG_interfaces">SVG interface reference</a></li>
</ul>
<p>{{SVGRef}}</p>
|