--- title: slug: Web/SVG/Element/mpath tags: - Element - SVG - SVG Animation translation_of: Web/SVG/Element/mpath --- {{SVGRef}} L'élément **``** se place dans un élément {{SVGElement("animateMotion")}}, il permet de référencer un élément {{SVGElement("path")}} pour définir le chemin utilisé par l'animation. ## Contexte d'utilisation {{svginfo}} ## Attributs ### Attributs globaux - [Attributs de base](/fr/docs/Web/SVG/Attribute#Attributs_de_base "en/SVG/Attribute#Core") - [Attributs Xlink](/fr/docs/Web/SVG/Attribute#Attributs_XLink "en/SVG/Attribute#XLink") - {{SVGAttr("externalResourcesRequired")}} ### Attributs spécifiques - {{SVGAttr("xlink:href")}} ## Interface DOM Cet élément implémente l'interface {{domxref("SVGMPathElement")}}. ## Exemple ### SVG ```html ``` ### Résultat {{EmbedLiveSample("Exemple", 250, 165)}} ## Spécifications | Spécification | Statut | Commentaire | | -------------------------------------------------------------------------------------------- | ---------------------------------------- | ------------------- | | {{SpecName("SVG Animations 2", "#MPathElement", "<mpath>")}} | {{Spec2("SVG Animations 2")}} | Aucun changement | | {{SpecName("SVG1.1", "animate.html#MPathElement", "<mpath>")}} | {{Spec2("SVG1.1")}} | Définition initiale | ## Compatibilité des navigateurs {{Compat("svg.elements.mpath")}} ## Voir aussi - {{SVGElement("animateMotion")}}