aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/attribute/stroke-linecap/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/svg/attribute/stroke-linecap/index.html')
-rw-r--r--files/fr/web/svg/attribute/stroke-linecap/index.html28
1 files changed, 11 insertions, 17 deletions
diff --git a/files/fr/web/svg/attribute/stroke-linecap/index.html b/files/fr/web/svg/attribute/stroke-linecap/index.html
index 856c000a03..d8b46b8472 100644
--- a/files/fr/web/svg/attribute/stroke-linecap/index.html
+++ b/files/fr/web/svg/attribute/stroke-linecap/index.html
@@ -10,14 +10,15 @@ translation_of: Web/SVG/Attribute/stroke-linecap
<p>L'attribut <strong><code>stroke-linecap</code></strong> définit la forme de la fin des lignes SVG.</p>
-<p class="note"><strong>Note:</strong> <code>stroke-linecap</code> étant un attribut de présentation, il peut être utilisé comme propriété CSS.</p>
+<div class="note">
+ <p><strong>Note :</strong> <code>stroke-linecap</code> étant un attribut de présentation, il peut être utilisé comme propriété CSS.</p>
+</div>
<p>Cet attribut peut être appliqué à tous les éléments, en revanche il n'aura d'effet que sur les éléments suivants: {{SVGElement('altGlyph')}}, {{SVGElement('path')}}, {{SVGElement('polyline')}}, {{SVGElement('text')}}, {{SVGElement('textPath')}}, {{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 6 6" xmlns="http://www.w3.org/2000/svg"&gt;
@@ -41,8 +42,7 @@ translation_of: Web/SVG/Attribute/stroke-linecap
&lt;/svg&gt;
</pre>
-<p>{{EmbedLiveSample('topExample', '100%', 200)}}</p>
-</div>
+<p>{{EmbedLiveSample('exemple', '100%', 200)}}</p>
<h2 id="Notes_d'usage">Notes d'usage</h2>
@@ -69,9 +69,7 @@ translation_of: Web/SVG/Attribute/stroke-linecap
<h4 id="Exemple">Exemple</h4>
-<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 6 4" xmlns="http://www.w3.org/2000/svg"&gt;
@@ -103,9 +101,7 @@ translation_of: Web/SVG/Attribute/stroke-linecap
<h4 id="Exemple_2">Exemple</h4>
-<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 6 4" xmlns="http://www.w3.org/2000/svg"&gt;
@@ -137,9 +133,7 @@ translation_of: Web/SVG/Attribute/stroke-linecap
<h4 id="Exemple_3">Exemple</h4>
-<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 6 4" xmlns="http://www.w3.org/2000/svg"&gt;
@@ -164,7 +158,7 @@ translation_of: Web/SVG/Attribute/stroke-linecap
<p>{{EmbedLiveSample('square', '100%', 200)}}</p>
-<h2 id="Browser_Compatibility" name="Browser_Compatibility">Compatibilité des navigateurs</h2>
+<h2 id="Browser_Compatibility">Compatibilité des navigateurs</h2>
<p>{{Compat("svg.attributes.presentation.stroke-linecap")}}</p>