A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/SVGFESpotLightElement/y below:

SVGFESpotLightElement: y property - Web APIs

SVGFESpotLightElement: y property

Baseline Widely available

The y read-only property of the SVGFESpotLightElement interface describes the vertical coordinate of the position of an SVG filter primitive as a SVGAnimatedNumber.

It reflects the y attribute of the <feSpotLight> element., which can be used to define the light source in a spotlight effect. The attribute is a <number>. The default value is 0.

Value

An SVGAnimatedNumber.

Example
const feSpotLight = document.querySelector("feSpotLight");
const topPosition = feSpotLight.y;
console.log(topPosition.baseVal.value); // the `y` value
Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4