aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/zinc-demos
diff options
context:
space:
mode:
authormertz2003-03-11 14:09:44 +0000
committermertz2003-03-11 14:09:44 +0000
commitd4a1faadc0a7ba029c5f3eb99f5fe04fd62f0851 (patch)
treeadec0aa6a4759595873a9f9361c6595fae273d32 /Perl/demos/zinc-demos
parenta784841a2b3bd45e0f0a4d14636483970413dfee (diff)
downloadtkzinc-d4a1faadc0a7ba029c5f3eb99f5fe04fd62f0851.zip
tkzinc-d4a1faadc0a7ba029c5f3eb99f5fe04fd62f0851.tar.gz
tkzinc-d4a1faadc0a7ba029c5f3eb99f5fe04fd62f0851.tar.bz2
tkzinc-d4a1faadc0a7ba029c5f3eb99f5fe04fd62f0851.tar.xz
Adding a graphic demo of pathTags
Diffstat (limited to 'Perl/demos/zinc-demos')
-rw-r--r--Perl/demos/zinc-demos4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos
index 306bdd9..dd4f445 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -161,13 +161,13 @@ $T->insert('end', "7. Curves with cubic bezier control points.\n", [qw/demo demo
$T->insert('end', "8. Curves with multiple contours and various fillrule.\n", [qw/demo demo-fillrule/]);
-$T->insert('end', "\n", '', "Groups, Priority and Clipping\n", 'title');
+$T->insert('end', "\n", '', "Groups, Priority, Clipping and PathTags\n", 'title');
$T->insert('end', "1. Groups and Priorities.\n", [qw/demo demo-groups_priority/]);
$T->insert('end', "2. Clipping examples (with simple or multiple contours).\n", [qw/demo demo-clipping/]);
$T->insert('end', "3. Group atomicity.\n", [qw/demo demo-atomic-groups/]);
$T->insert('end', "4. \"Windows\" with four glasses using curve with multiple contours.\n", [qw/demo demo-window-contours/]);
$T->insert('end', "5. A counter quite impossible to do without clipping (requires openGL).\n", [qw/demo demo-counter/]);
-$T->insert('end', "6. Use of path tags... to come.\n");
+$T->insert('end', "6. Using pathTags.\n", [qw/demo demo-path_tags/]);
$T->insert('end', "\n", '', "Interactions\n", 'title');
$T->insert('end', "1. Simple interaction on a track.\n", [qw/demo demo-simple_interaction_track/]);