aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Perl/t/testdoc.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/t/testdoc.pl b/Perl/t/testdoc.pl
index 264f716..590774f 100644
--- a/Perl/t/testdoc.pl
+++ b/Perl/t/testdoc.pl
@@ -50,8 +50,8 @@ foreach my $type qw(group icon map reticle text window) {
}
# These items needs some coordinates at creation time
-# However curves and bezier usually needs more than 2 points.
-foreach my $type qw(arc bezier curve rectangle) {
+# However curves usually needs more than 2 points.
+foreach my $type qw(arc curve rectangle) {
$itemtypes{$type} = $zinc->add($type, 1, [0,0 , 1,1]);
}
# Triangles item needs at least 3 points for the coordinates