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

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.
Base class for all other shape calculations.

Provides

in lib/SVG/Estimate/Role/EndToPoint.pm
in lib/SVG/Estimate/Role/MakePolygon.pm
in lib/SVG/Estimate/Role/Pythagorean.pm
in lib/SVG/Estimate/Role/Round.pm
in lib/SVG/Estimate/Role/SegmentLength.pm