aboutsummaryrefslogtreecommitdiff
path: root/Perl/t
diff options
context:
space:
mode:
authormertz2002-11-06 09:14:45 +0000
committermertz2002-11-06 09:14:45 +0000
commit3bacc9ecf72a039db853a6105b34db9dcdbaf873 (patch)
treeb653d60bb1c8f817c2233a1c813e9bc8c9951804 /Perl/t
parentd2bdcd8d24ef56831f3cceac6452420574f8e33a (diff)
downloadtkzinc-3bacc9ecf72a039db853a6105b34db9dcdbaf873.zip
tkzinc-3bacc9ecf72a039db853a6105b34db9dcdbaf873.tar.gz
tkzinc-3bacc9ecf72a039db853a6105b34db9dcdbaf873.tar.bz2
tkzinc-3bacc9ecf72a039db853a6105b34db9dcdbaf873.tar.xz
suppression des beziers
Diffstat (limited to 'Perl/t')
-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