From: David Steinbrunner Date: Wed, 10 Jul 2013 12:24:27 +0000 (-0400) Subject: typo fixes X-Git-Tag: v0.98~3^2~4 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/fb4d983fb93a1838a9e208c998f662a6d2c11706 typo fixes --- diff --git a/lib/Imager/Transformations.pod b/lib/Imager/Transformations.pod index e44cb036..33f6a301 100644 --- a/lib/Imager/Transformations.pod +++ b/lib/Imager/Transformations.pod @@ -577,7 +577,7 @@ sub image to be pasted. If the source image has an alpha channel and the target doesn't, then the source is treated as if composed onto a black background. -If the source image is color and the target is gray scale, the the +If the source image is color and the target is gray scale, the source is treated as if run through C<< convert(preset=>'gray') >>. =item rubthrough() @@ -604,7 +604,7 @@ Parameters: =item * -C, C - location in the the target image ($self) to render the +C, C - location in the target image ($self) to render the top left corner of the source. =item * @@ -662,7 +662,7 @@ C - the source image to draw onto the target. Required. =item * -C, C - location in the the target image ($self) to render the top +C, C - location in the target image ($self) to render the top left corner of the source. These can also be supplied as C and C. Default: (0, 0).