Skip to content

Commit

Permalink
New pages: SVGFESpotLightElement
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Dec 29, 2024
1 parent 21aea2e commit 1cd5d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/en-us/web/api/svgfespotlightelement/y/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The **`y`** read-only property of the {{domxref("SVGFESpotLightElement")}} inter

It reflects the {{SVGAttr("x")}} attribute of the {{SVGElement("feSpotLight")}} element., which can be used to define the light source in a spotlight effect. The attribute is a [`<number>`](/en-US/docs/Web/SVG/Content_type#number). The default value is `0`.

## Value

An {{domxref("SVGAnimatedNumber")}}.

## Example

```js
Expand Down

0 comments on commit 1cd5d20

Please sign in to comment.