Function sauron::svg::radialGradient[][src]

pub fn radialGradient<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 radialGradient element