aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/attribute/seed
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/svg/attribute/seed')
-rw-r--r--files/fr/web/svg/attribute/seed/index.md64
1 files changed, 37 insertions, 27 deletions
diff --git a/files/fr/web/svg/attribute/seed/index.md b/files/fr/web/svg/attribute/seed/index.md
index 23d668208f..52b679461c 100644
--- a/files/fr/web/svg/attribute/seed/index.md
+++ b/files/fr/web/svg/attribute/seed/index.md
@@ -6,39 +6,49 @@ tags:
- Filtre
translation_of: Web/SVG/Attribute/seed
---
-<p>« <a href="/fr/docs/Web/SVG/Attribute" title="en/SVG/Attribute">Page de référence des attributs SVG</a></p>
+« [Page de référence des attributs SVG](/fr/docs/Web/SVG/Attribute "en/SVG/Attribute")
-<p>L'attribut <code>seed</code> représente le nombre palier pour la pseudo génération d'un nombre aléatoire via la primitive {{SVGElement("feTurbulence")}}.</p>
+L'attribut `seed` représente le nombre palier pour la pseudo génération d'un nombre aléatoire via la primitive {{SVGElement("feTurbulence")}}.
-<p>Si l'attribut n'est pas spécifié, alors le palier sera fixé à <strong>0</strong>.</p>
+Si l'attribut n'est pas spécifié, alors le palier sera fixé à **0**.
-<h2 id="Contexte_d'usage">Contexte d'usage</h2>
+## Contexte d'usage
<table class="standard-table">
- <tbody>
- <tr>
- <th scope="row">Catégories</th>
- <td><em>Aucun</em></td>
- </tr>
- <tr>
- <th scope="row">Valeur</th>
- <td><a href="/fr/docs/SVG/Content_type#Number" title="/en-US/docs/SVG/Content_type#Number">&lt;number&gt;</a></td>
- </tr>
- <tr>
- <th scope="row">Animable</th>
- <td>Oui</td>
- </tr>
- <tr>
- <th scope="row">Document normatif</th>
- <td><a href="http://www.w3.org/TR/SVG11/filters.html#feTurbulenceSeedAttribute" rel="external">SVG 1.1 (2nd Edition)</a></td>
- </tr>
- </tbody>
+ <tbody>
+ <tr>
+ <th scope="row">Catégories</th>
+ <td><em>Aucun</em></td>
+ </tr>
+ <tr>
+ <th scope="row">Valeur</th>
+ <td>
+ <a
+ href="/fr/docs/SVG/Content_type#Number"
+ title="/en-US/docs/SVG/Content_type#Number"
+ >&#x3C;number></a
+ >
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">Animable</th>
+ <td>Oui</td>
+ </tr>
+ <tr>
+ <th scope="row">Document normatif</th>
+ <td>
+ <a
+ href="http://www.w3.org/TR/SVG11/filters.html#feTurbulenceSeedAttribute"
+ rel="external"
+ >SVG 1.1 (2nd Edition)</a
+ >
+ </td>
+ </tr>
+ </tbody>
</table>
-<h2 id="Éléments">Éléments</h2>
+## Éléments
-<p>Les éléments suivants peuvent être utilisés avec l'attribut <code>seed </code> :</p>
+Les éléments suivants peuvent être utilisés avec l'attribut `seed ` :
-<ul>
- <li>{{ SVGElement("feTurbulence") }}</li>
-</ul>
+- {{ SVGElement("feTurbulence") }}