aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/Tk/demos/zinc_lib/items.pl
diff options
context:
space:
mode:
authormertz2002-11-06 08:52:44 +0000
committermertz2002-11-06 08:52:44 +0000
commit6bbb2d55b607b3384931a91ea8b0d10a6db0be93 (patch)
treed48f45ea41c9fe6df89bb21393088e38e6aa3905 /Perl/demos/Tk/demos/zinc_lib/items.pl
parent70c96445d748c585ab74fa6c3487f06ccfec79bc (diff)
downloadtkzinc-6bbb2d55b607b3384931a91ea8b0d10a6db0be93.zip
tkzinc-6bbb2d55b607b3384931a91ea8b0d10a6db0be93.tar.gz
tkzinc-6bbb2d55b607b3384931a91ea8b0d10a6db0be93.tar.bz2
tkzinc-6bbb2d55b607b3384931a91ea8b0d10a6db0be93.tar.xz
supression de la courbe de bezier
Diffstat (limited to 'Perl/demos/Tk/demos/zinc_lib/items.pl')
-rw-r--r--Perl/demos/Tk/demos/zinc_lib/items.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/Perl/demos/Tk/demos/zinc_lib/items.pl b/Perl/demos/Tk/demos/zinc_lib/items.pl
index f9a7d8e..369c24e 100644
--- a/Perl/demos/Tk/demos/zinc_lib/items.pl
+++ b/Perl/demos/Tk/demos/zinc_lib/items.pl
@@ -106,15 +106,6 @@ $zinc->add('text', 1,
-anchor => 'nw',
-position => [50, 350]);
-# Bug: this bezier does not display with openGL (zinc-perl v3.2.3e)
-$zinc->add('bezier', 1, [210, 270, 264, 250, 285, 382, 487, 306, 368, 350, 474, 357],
- -filled => 0,
- );
-$zinc->add('text', 1,
- -font => $defaultfont,
- -text => "An open bezier.",
- -anchor => 'nw',
- -position => [350, 280]);
$zinc->add('text', 1,
-font => $defaultfont,