Subject: | Small fix in Imager::Transformations pod |
Date: | Tue, 10 Sep 2013 16:32:17 -0700 |
To: | bug-Imager [...] rt.cpan.org |
From: | Adrian Yee <adrian [...] gt.net> |
Here's a small patch (also attached) to fix a typo in the
Imager::Transformations scale() pod:
--- lib/Imager/Transformations.pod.orig 2012-09-28 16:58:05.000000000 -0700
+++ lib/Imager/Transformations.pod 2013-09-10 16:26:26.476930531 -0700
@@ -166,7 +166,7 @@
For example, if the original image is 400 pixels wide by 200 pixels
high and C<xpixels> is set to 300, and C<ypixels> is set to 160. When
C<type> is C<'min'> the resulting image is 300 x 150, when C<type> is
-C<'max'> the resulting image is 320 x 150.
+C<'max'> the resulting image is 320 x 160.
C<type> is only used if both C<xpixels> and C<ypixels> are supplied.
Patch is against Imager-0.97.
Adrian
Message body is not shown because sender requested not to inline it.