use strict;
use vars qw($VERSION);
-$VERSION = "1.011";
+$VERSION = "1.012";
# this needs to be kept in sync with the array of hatches in fills.c
my @hatch_types =
=back
-A blue and white 4-pixel check patten:
+A blue and white 4-pixel check pattern:
my $fill = Imager::Fill->new(hatch => "check2x2", fg => "blue");
use Scalar::Util qw(reftype looks_like_number);
use Carp qw(croak);
-$VERSION = "1.010";
+$VERSION = "1.011";
=head1 NAME
=head1 DESCRIPTION
This class provides a simple wrapper around a reference to an array of
-9 co-efficients, treated as a matrix:
+9 coefficients, treated as a matrix:
[ 0, 1, 2,
3, 4, 5,
=item matrix($v11, $v12, $v13, $v21, $v22, $v23, $v31, $v32, $v33)
-Create a matrix with custom co-efficients.
+Create a matrix with custom coefficients.
=cut
return bless \@self, $class;
}
else {
- $Imager::ERRSTR = "9 co-efficients required";
+ $Imager::ERRSTR = "9 coefficients required";
return;
}
}
ok($trans_called, "translate called on rotate with just y");
ok(!Imager::Matrix2d->matrix(), "bad custom matrix");
-is(Imager->errstr, "9 co-efficients required", "check error");
+is(Imager->errstr, "9 coefficients required", "check error");
{
my @half = ( 0.5, 0, 0,
use strict;
use Test::More;
use ExtUtils::Manifest qw(maniread);
+$ENV{AUTOMATED_TESTING} || $ENV{IMAGER_AUTHOR_TESTING}
+ or plan skip_all => "POD only tested under automated or author testing";
eval "use Test::Pod 1.00;";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
my $manifest = maniread();
plan tests => scalar(@pod);
my @stopwords = qw/
API
+Addi
+Addi's
Arnar
BMP
Blit
CGI
-chromaticities
CMYK
CPAN
FreeType
Imager
Imager's
JPEG
-POSIX
PNG
PNM
+POSIX
RGB
RGBA
SGI
-sRGB
TGA
TIFF
UTF-8
Uncategorized
+affine
+allocator
bilevel
+chromaticities
const
+convolve
dpi
eg
+equalities
gaussian
ie
infix
multi-threaded
mutex
paletted
+parsers
postfix
preload
preloading
preloads
+quantization
+quantize
+quantized
+radians
renderer
+resizing
+sRGB
+specular
+stereoscopy
tuple
unary
+unassociated
unseekable
+untransformed
varargs
/;