]> git.imager.perl.org - imager.git/commitdiff
oops, missed one
authorTony Cook <tony@develop=help.com>
Thu, 19 Jul 2007 00:53:23 +0000 (00:53 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 19 Jul 2007 00:53:23 +0000 (00:53 +0000)
lib/Imager/Fountain.pm

index 8c00a02b6e848e2ece9cb89bc0c3771af72939ef..23d8619560d436174890934510b0af4017055144 100644 (file)
@@ -209,7 +209,7 @@ In most cases you can ignore some of the arguments, eg.
   $f->add(c0=>NC('#FF0000'), c1=>NC('#0000FF'));
   # simple 2 stages from red to green to blue
   $f->add(end=>0.5, c0=>NC('#FF0000'), c1=>NC('#00FF00'))
-  $f->add(start=>0.5, c0=>NC('#00FF00'), c1->NC('#0000FF'));
+  $f->add(start=>0.5, c0=>NC('#00FF00'), c1=>NC('#0000FF'));
 
 =cut