[][src]Crate footile

Footile is a 2D vector graphics library. It can be used to fill and stroke paths. These are created using typical vector drawing primitives such as lines and bézier splines.

Structs

Path2D

Path builder.

Plotter

Plotter for 2D vector paths.

Pt

2-dimensional vector / point.

Transform

An affine transform can translate, scale, rotate and skew 2D points.

Enums

FillRule

Fill-rule for filling paths.

JoinStyle

Style for stroke joins.

PathOp

Path operation.