--- title: slug: Web/SVG/Element/fePointLight tags: - Element - SVG - SVG Filter - SVG Light Source translation_of: Web/SVG/Element/fePointLight --- {{SVGRef}} La primitive de filtre **``** définit une source de lumière qui permet de créer un point lumineux. On la place dans une primitive de filtre d'éclairage: {{SVGElement("feDiffuseLighting")}} or {{SVGElement("feSpecularLighting")}}. ## Contexte d'utilisation {{svginfo}} ## Attributs ### Attributs globaux - [Attributs de base](/fr/docs/Web/SVG/Attribute#Attributs_de_base) ### Attributs spécifiques - {{SVGAttr("x")}} - {{SVGAttr("y")}} - {{SVGAttr("z")}} ## Interface DOM Cet élément implémente l'interface {{domxref("SVGFEPointLightElement")}}. ## Exemple ### SVG ```html ``` ### Résultat {{EmbedLiveSample("Exemple", 200, 200)}} ## Spécifications | Spécification | Statut | Commentaire | | ------------------------------------------------------------------------------------------------------------ | -------------------------------- | ------------------- | | {{SpecName('Filters 1.0', '#fePointLightElement', '<fePointLight>')}} | {{Spec2('Filters 1.0')}} | Aucun changement | | {{SpecName('SVG1.1', 'filters.html#fePointLightElement', '<fePointLight>')}} | {{Spec2('SVG1.1')}} | Définition initiale | ## Compatibilité des navigateurs {{Compat("svg.elements.fePointLight")}} ## Voir aussi - {{SVGElement("filter")}} - {{SVGElement("animate")}} - {{SVGElement("set")}} - {{SVGElement("feDiffuseLighting")}} - {{SVGElement("feSpecularLighting")}} - {{SVGElement("feDistantLight")}} - {{SVGElement("feSpotLight")}} - [Tutoriel SVG: Filtres](/fr/docs/Web/SVG/Tutoriel/filtres)