NAME

SVG::Estimate::Path::HorizontalLineto - Handles estimating horizontal lines.

VERSION

version 1.0111

SYNOPSIS

my $line = SVG::Estimate::Path::HorizontalLineto->new(
   transformer     => $transform,
   start_point     => [13, 19],
   x               => 13,
);

my $length = $line->length;

INHERITANCE

This class extends SVG::Estimate::Path::Command and consumes SVG::Estimate::Role::Pythagorean.

METHODS

new()

Constructor.

x

A float indicating what to change the x value to.