aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/element/line/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/svg/element/line/index.html')
-rw-r--r--files/fr/web/svg/element/line/index.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/files/fr/web/svg/element/line/index.html b/files/fr/web/svg/element/line/index.html
index c80dd0aeed..d5adf5895e 100644
--- a/files/fr/web/svg/element/line/index.html
+++ b/files/fr/web/svg/element/line/index.html
@@ -18,17 +18,18 @@ translation_of: Web/SVG/Element/line
<p>{{svginfo}}</p>
-<h2 id="Exemple">Exemple</h2>
+<h2>Exemple</h2>
-<p>» <a href="https://developer.mozilla.org/files/3254/line.svg" title="https://developer.mozilla.org/files/3254/line.svg">line.svg</a></p>
+<pre class="brush: css hidden">html,body,svg { height:100% }</pre>
-<p>Vous pouvez aussi appliquer une transformation pour avoir le même résultat. En commençant avec une ligne normale,</p>
+<pre class="brush: html">&lt;svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"&gt;
+ &lt;line x1="0" y1="80" x2="100" y2="20" stroke="black" /&gt;
-<p>» <a href="https://developer.mozilla.org/files/3345/line1.svg" title="https://developer.mozilla.org/files/3345/line1.svg">line1.svg</a></p>
+ &lt;!-- Si on n'indique pas stroke, la ligne de couleur
+ ne sera pas visible --&gt;
+&lt;/svg&gt;</pre>
-<p>ajoutez des options de transformation pour changer la direction de la ligne :</p>
-
-<p>» <a href="https://developer.mozilla.org/files/3346/line2.svg" title="https://developer.mozilla.org/files/3346/line2.svg">line2.svg</a></p>
+<p>{{EmbedLiveSample('exemple', 100, 100)}}</p>
<h2 id="Attributs">Attributs</h2>