blob: 99e8f6ade4ffa2fec09872b3fe51634fc4cf1609 (
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
|
---
title: altGlyphDef
slug: Web/SVG/Element/altGlyphDef
tags:
- Element
- Reference
- SVG
translation_of: Web/SVG/Element/altGlyphDef
---
{{SVGRef}}{{deprecated_header}}
L'élément `altGlyphDef` défini une représentation de substitution pour les glyphes.
## Contexte d'utilisation
{{svginfo}}
## Exemple
## Attributs
### Attributs globaux
- [Attributs fondamentaux](/fr/docs/Web/SVG/Attribute#Core) »
### Attributs spécifiques
_Aucun_
## Interface DOM
Cet élément implémente l'interface [`SVGAltGlyphDefElement`](/fr/docs/Web/API/SVGAltGlyphDefElement "en/DOM/SVGAltGlyphElement").
## Voir également
- {{ SVGElement("glyph") }}
- {{ SVGElement("glyphRef") }}
- {{ SVGElement("altGlyphDef") }}
|