Skip to main content

Module draw

Module draw 

Source
Expand description

SVG stroke-dashoffset animation helpers.

The DrawSvg trait is automatically implemented for every type that implements PathEvaluate, providing draw_on and draw_on_reverse methods for CSS stroke-dash animation.

Structs§

DrawValues
CSS stroke-dash values for animating SVG path drawing.

Traits§

DrawSvg
Trait for animating SVG path drawing via stroke-dashoffset.