blob: 23d668208ff0745f914e87802a42dc6a912d364e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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"><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>
<p>Les éléments suivants peuvent être utilisés avec l'attribut <code>seed </code> :</p>
<ul>
<li>{{ SVGElement("feTurbulence") }}</li>
</ul>
|