fePointLight | R Documentation |
This filter primitive defines a point light source that can be used
within a lighting filter primitive: feDiffuseLighting
or
feSpecularLighting
.
fePointLight(z = unit(0, "npc"), default.units = "npc", zdim = "x", ...)
z |
A numeric vector or unit object specifying z-location. |
default.units |
A string indicating the default units to use if |
zdim |
Either |
... |
Further arguments to be passed onto |
For more information about this primitive, consult the reference to the SVG specification.
An fe.point.light
object.
Simon Potter
http://www.w3.org/TR/SVG/filters.html#fePointLightElement
filterEffect
, fe
,
feDiffuseLighting
, feSpecularLighting
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.