The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Documentation

Do quick estimations of files via the CLI.

Modules

Estimates the length of all the vectors in an SVG file.
Handles estimating circles.
Handles estimating ellipses.
Handles estimating straight lines.
Handles estimating arbitrary vectors.
Handles estimating arcs.
Base class for all path calculations.
Handles estimating cubic bezier curves.
Handles estimating horizontal lines.
Handles estimating diagonal lines.
Handles estimating non-drawn movement.
Handles estimating quadratic bezier curves.
Handles estimating vertical lines.
Handles estimating shapes of more than 3 points with straight lines between the points.
Handles estimating multi-part lines.
Handles estimating rectangles.
Validate a list of arguments that could contain units
Change arguments from "end" to "point", mainly for Path command objects
Approximate shapes that are hard to estimate
Use Pythagorean theorem to calc distance
Round to the nearest thousandth
Estimate the distance along a curve
Output information about $self->point when summarizing an element
Base class for all other shape calculations.