aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/attribute/dx/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/svg/attribute/dx/index.html')
-rw-r--r--files/fr/web/svg/attribute/dx/index.html28
1 files changed, 14 insertions, 14 deletions
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
<p>Sept éléments utilisent cet attribut: {{SVGElement('altGlyph')}}, {{SVGElement('feDropShadow')}}, {{SVGElement('feOffset')}}, {{SVGElement('glyphRef')}}, {{SVGElement('text')}}, {{SVGElement('tref')}}, et {{SVGElement('tspan')}}</p>
-<div id="topExample">
-<div class="hidden">
-<pre class="brush: css">html,body,svg { height:100% }</pre>
-</div>
+<h2>Exemple</h2>
+
+<pre class="brush: css hidden">html,body,svg { height:100% }</pre>
<pre class="brush: html">&lt;svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"&gt;
&lt;!-- Lignes indiquant la position des glyphes --&gt;
@@ -36,12 +35,13 @@ translation_of: Web/SVG/Attribute/dx
stroke-dasharray: 3px;
}</pre>
-<p>{{EmbedLiveSample('topExample', '100%', 200)}}</p>
-</div>
+<p>{{EmbedLiveSample('exemple', '100%', 200)}}</p>
<h2 id="altGlyph">altGlyph</h2>
-<p class="warning"><strong>Attention:</strong> Depuis SVG2 {{SVGElement('altGlyph')}} est déprécié et ne devrait pas être utilisé.</p>
+<div class="warning">
+ <p><strong>Attention :</strong> Depuis SVG2 {{SVGElement('altGlyph')}} est déprécié et ne devrait pas être utilisé.</p>
+</div>
<p>Pour {{SVGElement('altGlyph')}}, s'il ne contient qu'une seule valeur, <code>dx</code> définit un décalage sur l'axe x pour l'ensemble des glyphes.</p>
@@ -108,7 +108,9 @@ translation_of: Web/SVG/Attribute/dx
<h2 id="glyphRef">glyphRef</h2>
-<p class="warning"><strong>Attention:</strong> Depuis SVG2 {{SVGElement('glyphRef')}} est déprécié et ne devrait pas être utilisé.</p>
+<div class="warning">
+ <p><strong>Attention :</strong> Depuis SVG2 {{SVGElement('glyphRef')}} est déprécié et ne devrait pas être utilisé.</p>
+</div>
<p>Pour {{SVGElement('glyphRef')}}, <code>dx</code> définit le décalage x du glyphe, dans le système métrique de la police.</p>
@@ -154,9 +156,7 @@ translation_of: Web/SVG/Attribute/dx
<h3 id="Exemple">Exemple</h3>
-<div class="hidden">
-<pre class="brush: css">html,body,svg { height:100% }</pre>
-</div>
+<pre class="brush: css hidden">html,body,svg { height:100% }</pre>
<pre class="brush: html">&lt;svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"&gt;
&lt;!-- Linges indiquant la position des glyphes --&gt;
@@ -185,9 +185,9 @@ translation_of: Web/SVG/Attribute/dx
<h2 id="tref">tref</h2>
-<p class="warning"><strong>Attention:</strong> Depuis SVG2 {{SVGElement('tref')}} est déprécié et ne devrait pas être utilisé.</p>
-
-<p> </p>
+<div class="warning">
+ <p><strong>Attention :</strong> Depuis SVG2 {{SVGElement('tref')}} est déprécié et ne devrait pas être utilisé.</p>
+</div>
<p>Pour {{SVGElement('tref')}}, s'il ne contient qu'une seule valeur, <code>dx</code> définit un décalage sur l'axe x pour tous les glyphes.</p>