aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testrelief.pl
diff options
context:
space:
mode:
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',