aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testrelief.pl
diff options
context:
space:
mode:
authorlecoanet2002-03-29 13:36:32 +0000
committerlecoanet2002-03-29 13:36:32 +0000
commitbb2b3d30ba9207c51c183b3fbceb15a1564d9483 (patch)
tree3fee1d2eeacadffdd74c8ce2fd0511abaf86b1ec /sandbox/testrelief.pl
parente3166784822f0889cd51c827149b0d70cbfad88d (diff)
downloadtkzinc-bb2b3d30ba9207c51c183b3fbceb15a1564d9483.zip
tkzinc-bb2b3d30ba9207c51c183b3fbceb15a1564d9483.tar.gz
tkzinc-bb2b3d30ba9207c51c183b3fbceb15a1564d9483.tar.bz2
tkzinc-bb2b3d30ba9207c51c183b3fbceb15a1564d9483.tar.xz
*** empty log message ***
Diffstat (limited to 'sandbox/testrelief.pl')
-rw-r--r--sandbox/testrelief.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/testrelief.pl b/sandbox/testrelief.pl
index 15dc0b2..79c9a31 100644
--- a/sandbox/testrelief.pl
+++ b/sandbox/testrelief.pl
@@ -57,9 +57,10 @@ $zinc->add('curve', $view, polypoints(700, -200, 100, 40, 0),
-smoothrelief => 1,
-fillcolor => 'tan',
-linecolor => 'tan',
+ -closed => 1,
-filled => 1);
-$zinc->add('curve', $view, polypoints(200, -450, 100, 4, -45),
+$zinc->add('curve', $view, polypoints(200, -450, 100, 7, -45),
-relief => 'sunken',
-linewidth => $lw,
-fillcolor => 'tan',