limitingConeAngle attribute | limitingConeAngle property

Gets a value that specifies a limiting cone that restricts the region where the light is projected.

This property is read-only.

Scalable Vector Graphics: Filter Effects, Section 15.25.16Internet Explorer 10

 

Syntax

HTML
<element limitingConeAngle="<number>" ... >

 

JavaScript
<number> = object.limitingConeAngle

 

Property values

Type: SVGAnimatedNumber

An SVGAnimatedNumber object that specifies a limiting cone.

Standards information

Remarks

No light is projected outside the cone.

The limitingConeAngle attribute represents the angle in degrees between the spot light axis (that is, the axis between the light source and the point to which it is pointing at) and the spot light cone. An anti-aliasing technique is applied at the boundary of the cone.

If no value is specified for the limitingConeAngle attribute, then no limiting cone will be applied.

See also

SVGFESpotLightElement

 

 

Show: