From e7f1d07cba1f78b72eb43bfcdabc262359c4991a Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Mon, 1 Nov 2021 07:45:47 +0100 Subject: Prepare SVG section for Markdown conversion (#2570) * Remove summary classes * Remove hidden classes out of pre * Remove spans * Remove notranslate class * Remove ids out of headings * missed 2 ids with regex * clean note and warning cards * fix headings errors * Fix dls and as * fix imgs * lint stuff (absolute urls, english links) * Temporarily readding file * delete inexisting doc in en-US with flaws * Fixes #2842 for SVG --- files/fr/web/svg/attribute/dx/index.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'files/fr/web/svg/attribute/dx/index.html') diff --git a/files/fr/web/svg/attribute/dx/index.html b/files/fr/web/svg/attribute/dx/index.html index 436b6dbd85..a77d19da24 100644 --- a/files/fr/web/svg/attribute/dx/index.html +++ b/files/fr/web/svg/attribute/dx/index.html @@ -12,10 +12,9 @@ translation_of: Web/SVG/Attribute/dx

Sept éléments utilisent cet attribut: {{SVGElement('altGlyph')}}, {{SVGElement('feDropShadow')}}, {{SVGElement('feOffset')}}, {{SVGElement('glyphRef')}}, {{SVGElement('text')}}, {{SVGElement('tref')}}, et {{SVGElement('tspan')}}

-
- +

Exemple

+ +
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
   <!-- Lignes indiquant la position des glyphes -->
@@ -36,12 +35,13 @@ translation_of: Web/SVG/Attribute/dx
   stroke-dasharray: 3px;
 }
-

{{EmbedLiveSample('topExample', '100%', 200)}}

-
+

{{EmbedLiveSample('exemple', '100%', 200)}}

altGlyph

-

Attention: Depuis SVG2 {{SVGElement('altGlyph')}} est déprécié et ne devrait pas être utilisé.

+
+

Attention : Depuis SVG2 {{SVGElement('altGlyph')}} est déprécié et ne devrait pas être utilisé.

+

Pour {{SVGElement('altGlyph')}}, s'il ne contient qu'une seule valeur, dx définit un décalage sur l'axe x pour l'ensemble des glyphes.

@@ -108,7 +108,9 @@ translation_of: Web/SVG/Attribute/dx

glyphRef

-

Attention: Depuis SVG2 {{SVGElement('glyphRef')}} est déprécié et ne devrait pas être utilisé.

+
+

Attention : Depuis SVG2 {{SVGElement('glyphRef')}} est déprécié et ne devrait pas être utilisé.

+

Pour {{SVGElement('glyphRef')}}, dx définit le décalage x du glyphe, dans le système métrique de la police.

@@ -154,9 +156,7 @@ translation_of: Web/SVG/Attribute/dx

Exemple

- +
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
   <!-- Linges indiquant la position des glyphes -->
@@ -185,9 +185,9 @@ translation_of: Web/SVG/Attribute/dx
 
 

tref

-

Attention: Depuis SVG2 {{SVGElement('tref')}} est déprécié et ne devrait pas être utilisé.

- -

 

+
+

Attention : Depuis SVG2 {{SVGElement('tref')}} est déprécié et ne devrait pas être utilisé.

+

Pour {{SVGElement('tref')}}, s'il ne contient qu'une seule valeur, dx définit un décalage sur l'axe x pour tous les glyphes.

-- cgit v1.2.3-54-g00ecf