From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/svg/element/tspan/index.html | 135 ++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 files/fr/web/svg/element/tspan/index.html (limited to 'files/fr/web/svg/element/tspan') diff --git a/files/fr/web/svg/element/tspan/index.html b/files/fr/web/svg/element/tspan/index.html new file mode 100644 index 0000000000..f380e18ae9 --- /dev/null +++ b/files/fr/web/svg/element/tspan/index.html @@ -0,0 +1,135 @@ +--- +title: +slug: Web/SVG/Element/tspan +tags: + - Contenu texte SVG + - Elément(3) + - Référence(2) + - SVG +translation_of: Web/SVG/Element/tspan +--- +
{{SVGRef}}
+ +

A l'intérieur d'un élément {{SVGElement("text")}}, les propriétés du texte et des polices, ainsi que la position actuelle du texte, peuvent être ajustées de façon absolue ou relative à partir des coodonnées précisées dans un élément tspan.

+ +

Contexte d'utilisation

+ +

{{svginfo}}

+ +

Exemple

+ +

» tspan.svg

+ +

Attributs

+ +

Attributs globaux

+ + + +

Specific attributes

+ + + +

Interface DOM

+ +

Cet élément implémente l'interface SVGTSpanElement.

+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('SVG2', 'text.html#TextElement', '<tspan>')}}{{Spec2('SVG2')}} 
{{SpecName('SVG1.1', 'text.html#TSpanElement', '<tspan>')}}{{Spec2('SVG1.1')}}Définition originale
+ +

Compatibilité des navigateurs

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
FonctionnalitéChromeFirefox (Gecko)IEOperaSafari
Support basique1.0{{CompatGeckoDesktop('1.8')}}[1]{{CompatIE('9.0')}}{{CompatOpera('9.0')}}{{CompatSafari('3.0.4')}}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
FonctionnalitéAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Support basique{{CompatAndroid('3.0')}}{{CompatGeckoMobile('1.8')}}[1]{{CompatNo}}{{CompatVersionUnknown}}{{CompatSafari('3.0.4')}}
+
+ +

Le tableau est basé sur ces sources.

+ +

[1] Certains attributs de présentation ne fonctionnent pas. L'attribut rotate a été implémenté dans Gecko 2.0 {{geckoRelease("2.0")}}.

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf