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

Changes for version 1.0100 - 2016-08-02

  • Added width and height outputs to estimatesvg CLI program.
  • Fixed interface for SVG Path Arc elements
  • Separate move and shape lengths for Path elements

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