aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,