aboutsummaryrefslogtreecommitdiff
path: root/sandbox/lines.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/lines.pl')
-rw-r--r--sandbox/lines.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/sandbox/lines.pl b/sandbox/lines.pl
index d4ca52d..794de7b 100644
--- a/sandbox/lines.pl
+++ b/sandbox/lines.pl
@@ -37,8 +37,7 @@ $mp3 = $zinc->add('curve', $view, [20, 280, 100, 430, 200, 430],
# -firstend => [3, 12, 8],
# -lastend => "12 12 8",
-capstyle => 'round',
- -linecolor => 'red',
- -linealpha => 100);
+ -linecolor => 'red:100');
new Controls($zinc);
$mw->Tk::bind('<p>', sub { print "perfs: ", join(',', $zinc->monitor()), "\n" });