aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/zinc-demos
diff options
context:
space:
mode:
authormertz2002-12-20 12:28:38 +0000
committermertz2002-12-20 12:28:38 +0000
commit6c6abd63912b9efda20744f4d282cf114c75b720 (patch)
tree0d96ee8183759f96d4c5ec47bcba125ddca9ab50 /Perl/demos/zinc-demos
parentc48d15d6ffbca1687c6dc7cfd5419aa0873c637e (diff)
downloadtkzinc-6c6abd63912b9efda20744f4d282cf114c75b720.zip
tkzinc-6c6abd63912b9efda20744f4d282cf114c75b720.tar.gz
tkzinc-6c6abd63912b9efda20744f4d282cf114c75b720.tar.bz2
tkzinc-6c6abd63912b9efda20744f4d282cf114c75b720.tar.xz
Ajout d'une d�mo sur les curves contenant des points
de controle de courbe de bezier cubique.
Diffstat (limited to 'Perl/demos/zinc-demos')
-rw-r--r--Perl/demos/zinc-demos1
1 files changed, 1 insertions, 0 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos
index 8d0c5e1..f1d58ed 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -156,6 +156,7 @@ $T->insert('end', "3. Examples of line style and line termination.\n", [qw/demo
$T->insert('end', "4. Curves with multiple contours.\n", [qw/demo demo-contours/]);
$T->insert('end', "5. Examples of labelformat.\n", [qw/demo demo-labelformat/]);
$T->insert('end', "6. Use of mapinfos.\n", [qw/demo demo-mapinfo/]);
+$T->insert('end', "7. Example of curves with cubic bezier control points.\n", [qw/demo demo-curve_bezier/]);
$T->insert('end', "\n", '', "Groups, Priority and Clipping\n", 'title');