]> git.imager.perl.org - imager.git/commitdiff
- minor cleanup of Imager::Fill
authorTony Cook <tony@develop=help.com>
Mon, 24 Jan 2005 12:58:21 +0000 (12:58 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 24 Jan 2005 12:58:21 +0000 (12:58 +0000)
Changes
lib/Imager/Fill.pm

diff --git a/Changes b/Changes
index b439dae9ba448dc63e0de1cb087ed3a271502c1f..ba55555ceaedcced69644a17df74ea8b7e4770f5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1008,6 +1008,7 @@ Revision history for Perl extension Imager.
   pixel in i_conv() (convolution filter)
 - explicitly document there are no PNG specific tags.
 - more examples in Imager::Draw
+- minor cleanup of Imager::Fill
 
 =================================================================
 
index f13e32ad947e3be1273112f7aee58d8d6c3af3c0..9f956b282368f835a6c50e3e3817f5ff6ead6769 100644 (file)
@@ -165,7 +165,7 @@ solid
 
 hatch
 
-=item
+=item *
 
 fountain (similar to gradients in paint software)
 
@@ -218,11 +218,13 @@ absolute value taken this is alpha combined with the target.
 
 =item lighten
 
-The higher value is taken from each channel of the fill and target pixels, which is then alpha combined with the target.
+The higher value is taken from each channel of the fill and target
+pixels, which is then alpha combined with the target.
 
 =item darken
 
-The higher value is taken from each channel of the fill and target pixels, which is then alpha combined with the target.
+The higher value is taken from each channel of the fill and target
+pixels, which is then alpha combined with the target.
 
 =item hue