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

Creates an svg mpath element