aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/zinc-demos
diff options
context:
space:
mode:
authormertz2003-06-18 14:05:20 +0000
committermertz2003-06-18 14:05:20 +0000
commit5ae790348e37d2e01dc72cd5ebe937b7df0b7688 (patch)
tree217c2f5a700e9387cd2b95e0e39059442afc8f54 /Perl/demos/zinc-demos
parentc30424db45ba7bc0ff4a3bccbaae0ae0b02d289f (diff)
downloadtkzinc-5ae790348e37d2e01dc72cd5ebe937b7df0b7688.zip
tkzinc-5ae790348e37d2e01dc72cd5ebe937b7df0b7688.tar.gz
tkzinc-5ae790348e37d2e01dc72cd5ebe937b7df0b7688.tar.bz2
tkzinc-5ae790348e37d2e01dc72cd5ebe937b7df0b7688.tar.xz
adding some conical and path gradients in the demos
Diffstat (limited to 'Perl/demos/zinc-demos')
-rw-r--r--Perl/demos/zinc-demos3
1 files changed, 2 insertions, 1 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos
index a931d92..414a0a6 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -187,7 +187,8 @@ $T->insert('end', "1. The TkZinc Logo (requires openGL).\n", [qw/demo demo-tkZi
$T->insert('end', "2. Axial color variation on the X axis (requires openGL).\n", [qw/demo demo-color-x/]);
$T->insert('end', "3. Axial color variation on the Y axis (requires openGL).\n", [qw/demo demo-color-y/]);
$T->insert('end', "4. Circular color variation (requires openGL).\n", [qw/demo demo-color-circular/]);
-$T->insert('end', "5. The triangles item (requires openGL).\n", [qw/demo demo-triangles/]);
+$T->insert('end', "5. Path and Conical color variations (requires openGL).\n", [qw/demo demo-color-path-and-conic/]);
+$T->insert('end', "6. The triangles item (requires openGL).\n", [qw/demo demo-triangles/]);