aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/zinc-demos
diff options
context:
space:
mode:
authormertz2003-02-25 17:50:35 +0000
committermertz2003-02-25 17:50:35 +0000
commit065ac02016a84aa9f90d2ebfb385aac73b4c30a7 (patch)
tree8d6db61f600caf70c4936394e38f1fb3bef17bac /Perl/demos/zinc-demos
parent13fb04564db37860f5ee842a109056a7cb1bcb89 (diff)
downloadtkzinc-065ac02016a84aa9f90d2ebfb385aac73b4c30a7.zip
tkzinc-065ac02016a84aa9f90d2ebfb385aac73b4c30a7.tar.gz
tkzinc-065ac02016a84aa9f90d2ebfb385aac73b4c30a7.tar.bz2
tkzinc-065ac02016a84aa9f90d2ebfb385aac73b4c30a7.tar.xz
addition of an example of fillrule with curves and multiple contours
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 f9dd42d..306bdd9 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -157,7 +157,8 @@ $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', "7. Curves with cubic bezier control points.\n", [qw/demo demo-curve_bezier/]);
+$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');