aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/attribute/seed/index.md
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-11-01 07:51:27 +0100
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-07 11:57:29 +0100
commit7040e4bc9c98e0c50ce903a5cbeeabeda2ed908a (patch)
tree98beab4363e778deb9e251db56c2a5b1248f2697 /files/fr/web/svg/attribute/seed/index.md
parentc5054b32e0e496608030b5148ebba6d76db8ba7f (diff)
downloadtranslated-content-7040e4bc9c98e0c50ce903a5cbeeabeda2ed908a.tar.gz
translated-content-7040e4bc9c98e0c50ce903a5cbeeabeda2ed908a.tar.bz2
translated-content-7040e4bc9c98e0c50ce903a5cbeeabeda2ed908a.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/svg/attribute/seed/index.md')
-rw-r--r--files/fr/web/svg/attribute/seed/index.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/files/fr/web/svg/attribute/seed/index.md b/files/fr/web/svg/attribute/seed/index.md
new file mode 100644
index 0000000000..23d668208f
--- /dev/null
+++ b/files/fr/web/svg/attribute/seed/index.md
@@ -0,0 +1,44 @@
+---
+title: seed
+slug: Web/SVG/Attribute/seed
+tags:
+ - Attribut SVG
+ - 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>
+
+<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>
+
+<p>Si l'attribut n'est pas spécifié, alors le palier sera fixé à <strong>0</strong>.</p>
+
+<h2 id="Contexte_d'usage">Contexte d'usage</h2>
+
+<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>
+</table>
+
+<h2 id="Éléments">Éléments</h2>
+
+<p>Les éléments suivants peuvent être utilisés avec l'attribut <code>seed </code> :</p>
+
+<ul>
+ <li>{{ SVGElement("feTurbulence") }}</li>
+</ul>