]> git.imager.perl.org - imager.git/blobdiff - t/t20fill.t
have ->arc() call i_circle_aa when drawing a solid aa complete circle
[imager.git] / t / t20fill.t
index d8ed0ba4617b473ce2566f79ff36c21f504e19f5..d47a4508eb073ae41ef69696ad4ba0c5e6031f8b 100644 (file)
@@ -1,7 +1,7 @@
 #!perl -w
 use strict;
 
-print "1..34\n";
+print "1..35\n";
 
 use Imager ':handy';
 use Imager::Fill;
@@ -195,6 +195,9 @@ for my $comb (Imager::Fill->combines) {
   }
 }
 
+ok($testnum++, $ffim->arc(r=>45, color=>$blue, aa=>1), "aa circle");
+$ffim->write(file=>"testout/t20_aacircle.ppm");
+
 sub ok ($$$) {
   my ($num, $test, $desc) = @_;