diff options
Diffstat (limited to 'files/fr/web/svg/attribute/seed/index.html')
-rw-r--r-- | files/fr/web/svg/attribute/seed/index.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/files/fr/web/svg/attribute/seed/index.html b/files/fr/web/svg/attribute/seed/index.html new file mode 100644 index 0000000000..3f2512fcf3 --- /dev/null +++ b/files/fr/web/svg/attribute/seed/index.html @@ -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="/en-US/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" title="http://www.w3.org/TR/SVG11/filters.html#feTurbulenceSeedAttribute">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> |