diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-01 07:51:45 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-07 11:57:29 +0100 |
commit | 88dda3c00eefc18a29447e99ebd3177925602b52 (patch) | |
tree | a184ddfe3825b6f05cba6d7586ea05c9375558a0 /files/fr/web/svg/attribute/seed | |
parent | 7040e4bc9c98e0c50ce903a5cbeeabeda2ed908a (diff) | |
download | translated-content-88dda3c00eefc18a29447e99ebd3177925602b52.tar.gz translated-content-88dda3c00eefc18a29447e99ebd3177925602b52.tar.bz2 translated-content-88dda3c00eefc18a29447e99ebd3177925602b52.zip |
convert content to md
Diffstat (limited to 'files/fr/web/svg/attribute/seed')
-rw-r--r-- | files/fr/web/svg/attribute/seed/index.md | 64 |
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"><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> + <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" + ><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") }} |