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
290
291
292
293
294
295
296
297
|
---
title: Referencia de Elementos SVG
slug: Web/SVG/Element
tags:
- NeedsTranslation
- SVG
- SVG Reference
- TopicStub
translation_of: Web/SVG/Element
---
<p>« <a href="/en-US/docs/SVG" title="SVG">SVG</a> / <a href="/en-US/docs/SVG/Attribute" title="SVG/Attribute">SVG Attribute reference</a> »</p>
<p>Los dibujos e imágenes SVG son creados utilizando una amplia variedad de elementos dedicados a la construcción, el dibujo y el diseño de imágenes y diagramas vectoriales. Aquí encontrarás la documentación de referencia para cada uno de los elementos SVG.</p>
<h2 id="Elementos_SVG">Elementos SVG</h2>
<div class="index">
<h3 id="A">A</h3>
<ul>
<li>{{SVGElement("a")}}</li>
<li>{{SVGElement("animate")}}</li>
<li>{{SVGElement("animateMotion")}}</li>
<li>{{SVGElement("animateTransform")}}</li>
</ul>
<h3 id="C">C</h3>
<ul>
<li>{{SVGElement("circle")}}</li>
<li>{{SVGElement("clipPath")}}</li>
<li>{{SVGElement("color-profile")}}</li>
</ul>
<h3 id="D">D</h3>
<ul>
<li>{{SVGElement("defs")}}</li>
<li>{{SVGElement("desc")}}</li>
<li>{{SVGElement("discard")}}</li>
</ul>
<h3 id="E">E</h3>
<ul>
<li>{{SVGElement("ellipse")}}</li>
</ul>
<h3 id="F">F</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("feDropShadow")}}</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">G</h3>
<ul>
<li>{{SVGElement("g")}}</li>
</ul>
<h3 id="H">H</h3>
<ul>
<li>{{SVGElement("hatch")}}</li>
<li>{{SVGElement("hatchpath")}}</li>
</ul>
<h3 id="I">I</h3>
<ul>
<li>{{SVGElement("image")}}</li>
</ul>
<h3 id="L">L</h3>
<ul>
<li>{{SVGElement("line")}}</li>
<li>{{SVGElement("linearGradient")}}</li>
</ul>
<h3 id="M">M</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">P</h3>
<ul>
<li>{{SVGElement("path")}}</li>
<li>{{SVGElement("pattern")}}</li>
<li>{{SVGElement("polygon")}}</li>
<li>{{SVGElement("polyline")}}</li>
</ul>
<h3 id="R">R</h3>
<ul>
<li>{{SVGElement("radialGradient")}}</li>
<li>{{SVGElement("rect")}}</li>
</ul>
<h3 id="S">S</h3>
<ul>
<li>{{SVGElement("script")}}</li>
<li>{{SVGElement("set")}}</li>
<li>{{SVGElement("solidcolor")}}</li>
<li>{{SVGElement("stop")}}</li>
<li>{{SVGElement("style")}}</li>
<li>{{SVGElement("svg")}}</li>
<li>{{SVGElement("switch")}}</li>
<li>{{SVGElement("symbol")}}</li>
<li><</li>
</ul>
<h3 id="T">T</h3>
<ul>
<li>{{SVGElement("text")}}</li>
<li>{{SVGElement("textPath")}}</li>
<li>{{SVGElement("title")}}</li>
<li>{{SVGElement("tspan")}}</li>
</ul>
<h3 id="U">U</h3>
<ul>
<li>{{SVGElement("unknown")}}</li>
<li>{{SVGElement("use")}}</li>
</ul>
<h3 id="V">V</h3>
<ul>
<li>{{SVGElement("view")}}</li>
</ul>
</div>
<h2 id="Elementos_SVG_por_Categorías">Elementos SVG por Categorías</h2>
<h3 id="Elementos_de_Animación">Elementos de Animación</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_Contenedores">Elementos Contenedores</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_Descriptivos">Elementos Descriptivos</h3>
<p>{{SVGElement("desc")}}, {{SVGElement("metadata")}}, {{SVGElement("title")}}</p>
<h3 id="Elementos_de_Filtros_Primitivos">Elementos de Filtros Primitivos</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_Fuentes">Elementos de Fuentes</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_Gradientes">Elementos de Gradientes</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_de_referencia_de_gráficos">Elementos de referencia de gráficos</h3>
<p>{{SVGElement("mesh")}}, {{SVGElement("use")}}</p>
<h3 id="Elementos_que_crean_luz">Elementos que crean luz</h3>
<p>{{SVGElement("feDistantLight")}}, {{SVGElement("fePointLight")}}, {{SVGElement("feSpotLight")}}</p>
<h3 id="Elementos_que_no_se_renderizan">Elementos que no se renderizan</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_de_servidor_para_pintar">Elementos de servidor para pintar</h3>
<p>{{SVGElement("hatch")}}, {{SVGElement("linearGradient")}}, {{SVGElement("meshgradient")}}, {{SVGElement("pattern")}}, {{SVGElement("radialGradient")}}, {{SVGElement("solidcolor")}}</p>
<h3 id="Elementos_renderizables">Elementos renderizables</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_estructurales">Elementos estructurales</h3>
<p>{{SVGElement("defs")}}, {{SVGElement("g")}}, {{SVGElement("svg")}}, {{SVGElement("symbol")}}, {{SVGElement("use")}}</p>
<h3 id="Elementos_de_contenido_textual">Elementos de contenido 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_secundarios_de_contenido_textual">Elementos secundarios de contenido textual</h3>
<p>{{SVGElement("altGlyph")}}, {{SVGElement("textPath")}}, {{SVGElement("tref")}}, {{SVGElement("tspan")}}</p>
<h3 id="Elementos_sin_categorizar">Elementos sin categorizar</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_y_deprecated">Elementos obsoletos y deprecated</h2>
<div class="blockIndicator warning">
<p><strong>Advertencia:</strong> Estos son elementos antiguos de SVG que están en desuso y no deben utilizarse. <strong> Nunca debe usarlos en nuevos proyectos, y debe reemplazarlos en proyectos antiguos tan pronto como sea posible.</strong> Se enumeran aquí sólo con fines informativos.</p>
</div>
<p> </p>
<h3 id="A_2">A</h3>
<p>{{SVGElement("altGlyph")}}, {{SVGElement("altGlyphDef")}}, {{SVGElement("altGlyphItem")}}, {{SVGElement("animateColor")}}</p>
<h3 id="C_2">C</h3>
<p>{{SVGElement("cursor")}}</p>
<h3 id="F_2">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_2">G</h3>
<p>{{SVGElement("glyph")}}, {{SVGElement("glyphRef")}}</p>
<h3 id="H_2">H</h3>
<p>{{SVGElement("hkern")}}</p>
<h3 id="M_2">M</h3>
<p>{{SVGElement("missing-glyph")}}</p>
<h3 id="T_2">T</h3>
<p>{{SVGElement("tref")}}</p>
<h3 id="V_2">V</h3>
<p>{{SVGElement("vkern")}}</p>
<p> </p>
<h2 id="Véase_también">Véase también</h2>
<ul>
<li><a href="/en-US/docs/Web/SVG/Attribute">SVG attribute reference</a></li>
<li><a href="/en-US/docs/Web/SVG/Tutorial">SVG Tutorial</a></li>
<li><a href="/en-US/docs/Web/API/Document_Object_Model#SVG_interfaces">SVG interface reference</a></li>
</ul>
<p>{{SVGRef}}</p>
|