blob: 6ae9ca105ce9917849cb5035832247274facec3c (
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
|
---
title: altGlyphDef
slug: Web/SVG/Element/altGlyphDef
tags:
- Conteúdo Textual
- Elemento
- SVG
translation_of: Web/SVG/Element/altGlyphDef
---
<div>{{SVGRef}}</div>
<p>O elemento <code>altGlyphDef</code> define a substituição representativa para os símbolos.</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="Atributos principais">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/SVGAltGlyphDefElement" title="SVGAltGlyphDefElement">SVGAltGlyphDefElement</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>
|