blob: a326de0562046cb5a7de6398f0fe2ac359b75c42 (
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:
- Element
- Reference
- SVG
translation_of: Web/SVG/Element/altGlyphDef
---
<div>{{SVGRef}}{{deprecated_header}}</div>
<p>L'élément <code>altGlyphDef</code> défini une représentation de substitution pour les glyphes.</p>
<h2 id="Contexte_d'utilisation">Contexte d'utilisation</h2>
<p>{{svginfo}}</p>
<h2 id="Exemple">Exemple</h2>
<h2 id="Attributs">Attributs</h2>
<h3 id="Attributs_globaux">Attributs globaux</h3>
<ul>
<li><a href="/fr/docs/Web/SVG/Attribute#Core">Attributs fondamentaux</a> »</li>
</ul>
<h3 id="Attributs_spécifiques">Attributs spécifiques</h3>
<p><em>Aucun</em></p>
<h2 id="Interface_DOM">Interface DOM</h2>
<p>Cet élément implémente l'interface <code><a href="/fr/docs/Web/API/SVGAltGlyphDefElement" title="en/DOM/SVGAltGlyphElement">SVGAltGlyphDefElement</a></code>.</p>
<h2 id="Voir_également">Voir également</h2>
<ul>
<li>{{ SVGElement("glyph") }}</li>
<li>{{ SVGElement("glyphRef") }}</li>
<li>{{ SVGElement("altGlyphDef") }}</li>
</ul>
|