Function silkenweb::elements::svg::path

source ·
pub fn path<D: Dom>() -> Path<D>
Expand description

Construct the SVG path element

The path SVG element is the generic element to define a shape. All the basic shapes can be created with a path element.