[][src]Module fart::path

Paths describe a series lines and curves.

Everything in a scene is eventually lowered into a series of paths, which are finally compiled to SVG.

Structs

Path

A series of line commands that describe a path.

Enums

LineCommand

An individual line command segment within a Path.