feDistantLight | R Documentation |
This filter primitive defines a distant light source that can be used
within a lighting filter primitive: feDiffuseLighting
or
feSpecularLighting
.
feDistantLight(azimuth = 0, elevation = 0, ...)
azimuth |
Direction angle for the light source on the x-y plane (clockwise), in degrees from the x axis. |
elevation |
Direction angle for the light source from the x-y plane towards the z axis, in degrees. Note the positive z-axis points towards the viewer of the content. |
... |
Further arguments to be passed onto |
For more information about this primitive, consult the reference to the SVG specification.
An fe.distant.light
object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feDistantLightElement
filterEffect
, fe
,
feDiffuseLighting
, feSpecularLighting
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.