fix the docs to match the change from alpha -> opacity
authorTony Cook <tony@develop=help.com>
Fri, 6 Nov 2009 09:44:07 +0000 (09:44 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 6 Nov 2009 09:44:07 +0000 (09:44 +0000)
lib/Imager/Fill.pm

index 3901fbe4e1aa0a915e04fe52cc2317f0ba5a9140..5e898268586eae5d17e1baaddd1dec3d32c69591 100644 (file)
@@ -362,7 +362,8 @@ The matrix parameter will significantly slow down the fill.
 
 =head2 Opacity modification fill
 
-  my $fill = Imager::Fill->new(type => "opacity"
+  my $fill = Imager::Fill->new(type => "opacity",
+      other => $fill, opacity => 0.25);
 
 This can be used to make a fill that is a more translucent of opaque
 version of an existing fill.  This is intended for use where you
@@ -374,7 +375,7 @@ Parameters:
 
 =item *
 
-type => "alpha" - Required
+type => "opacity" - Required
 
 =item *