--- title: slug: Web/SVG/Element/stop translation_of: Web/SVG/Element/stop --- {{SVGRef}} L'élément [SVG](/fr/docs/Web/SVG) **``** définit une couleur supplémentaire dans une palette à utiliser pour un dégradé, et est contenu dans un élément {{SVGElement("linearGradient")}} ou {{SVGElement("radialGradient")}}. ## Contexte d'utilisation {{svginfo}} ## Attributs ### Attributs globaux - [Attributs de base](/fr/docs/Web/SVG/Attribute#Core_attributes) - [Attributs de présentation](/fr/docs/Web/SVG/Attribute#Presentation_attributes) - {{SVGAttr("class")}} - {{SVGAttr("style")}} ### Specific attributes - {{SVGAttr("offset")}} - {{SVGAttr("stop-color")}} - {{SVGAttr("stop-opacity")}} ## DOM Interface Cet élément implémenté l'interface {{domxref("SVGStopElement")}}. ## Exemple ### SVG ```html ``` ### Résultat {{EmbedLiveSample("Exemple", 160, 95)}} ## Spécifications | Spécification | Statut | Commentaire | | -------------------------------------------------------------------------------------------- | ------------------------ | ------------------- | | {{SpecName('SVG2', 'pservers.html#GradientStops', '<stop>')}} | {{Spec2('SVG2')}} | | | {{SpecName('SVG1.1', 'pservers.html#GradientStops', '<stop>')}} | {{Spec2('SVG1.1')}} | Définition initiale | ## Compatibilité des navigateurs {{Compat("svg.elements.stop")}} ## Voir aussi - {{SVGElement("linearGradient")}} - {{SVGElement("radialGradient")}}