aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/attribute/seed/index.md
blob: 6593ce1f7ba77a60bac454ba850a0ddaf50f566c (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
45
46
47
48
49
50
51
52
53
54
---
title: seed
slug: Web/SVG/Attribute/seed
tags:
  - Attribut SVG
  - Filtre
translation_of: Web/SVG/Attribute/seed
---
« [Page de référence des attributs SVG](/fr/docs/Web/SVG/Attribute "en/SVG/Attribute")

L'attribut `seed` représente le nombre palier pour la pseudo génération d'un nombre aléatoire via la primitive {{SVGElement("feTurbulence")}}.

Si l'attribut n'est pas spécifié, alors le palier sera fixé à **0**.

## 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"
          >&#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>

## Éléments

Les éléments suivants peuvent être utilisés avec l'attribut `seed`&nbsp;:

- {{ SVGElement("feTurbulence") }}