Function sauron::svg::fePointLight[][src]

pub fn fePointLight<MSG>(
    attrs: impl IntoIterator<Item = Attribute<&'static str, &'static str, AttributeValue<MSG>>>,
    children: impl IntoIterator<Item = Node<&'static str, &'static str, &'static str, AttributeValue<MSG>>>
) -> Node<&'static str, &'static str, &'static str, AttributeValue<MSG>>
Expand description

Creates an svg fePointLight element