blob: c228f2b243dd125696264bbde157336a7baf80d6 (
plain)
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
|
---
title: altGlyphItem
slug: Web/SVG/Element/altGlyphItem
tags:
- Conteúdo Textual
- Elemento
- Referencia
- SVG
translation_of: Web/SVG/Element/altGlyphItem
---
<div>{{SVGRef}}</div>
<p>O elemento <code>altGlyphItem</code> fornece uma série de candidados para a substituição de símbolos através do elemento {{ SVGElement("altGlyph") }}.</p>
<h2 id="Contexto_de_uso">Contexto de uso</h2>
<p>{{svginfo}}</p>
<h2 id="Exemplo">Exemplo</h2>
<h2 id="Atributos">Atributos</h2>
<h3 id="Atributos_globais">Atributos globais</h3>
<ul>
<li><a href="/pt-BR/SVG/Attribute#Core" title="en/SVG/Attribute#Core">Atributos principais</a> »</li>
</ul>
<h3 id="Atributos_específicos">Atributos específicos</h3>
<p><em>Nenhum</em></p>
<h2 id="Interface_DOM">Interface DOM</h2>
<p>Este elemento implementa a interface do <code><a href="/pt-BR/DOM/SVGAltGlyphItemElement" title="en/DOM/SVGAltGlyphItemElement">SVGAltGlyphItemElement</a></code>.</p>
<h2 id="Veja_também">Veja também</h2>
<ul>
<li>{{ SVGElement("glyph") }}</li>
<li>{{ SVGElement("glyphRef") }}</li>
<li>{{ SVGElement("altGlyphDef") }}</li>
</ul>
|