From 70c96445d748c585ab74fa6c3487f06ccfec79bc Mon Sep 17 00:00:00 2001 From: mertz Date: Wed, 6 Nov 2002 08:51:53 +0000 Subject: suppression des beziers dans les tests --- Perl/demos/Tk/demos/zinc_lib/all_options.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Perl/demos/Tk') diff --git a/Perl/demos/Tk/demos/zinc_lib/all_options.pl b/Perl/demos/Tk/demos/zinc_lib/all_options.pl index c58def4..f9e7f43 100644 --- a/Perl/demos/Tk/demos/zinc_lib/all_options.pl +++ b/Perl/demos/Tk/demos/zinc_lib/all_options.pl @@ -40,8 +40,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 -- cgit v1.1