From d49f3476d42a354d771e928105c235bdc484918a Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 15 Jan 2003 12:30:19 +0000 Subject: *** empty log message *** --- sandbox/testshape.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sandbox') diff --git a/sandbox/testshape.pl b/sandbox/testshape.pl index 3daf779..e14d341 100644 --- a/sandbox/testshape.pl +++ b/sandbox/testshape.pl @@ -58,7 +58,9 @@ $arc2 = $zinc->add('arc', $view, [90,0, 160,50], -fillcolor => 'brown'); $g3 = $zinc->add('group', $view); $zinc->translate($g3, 300, 300); -$cv3 = $zinc->add('curve', $g3, [[-50, -40], [0, 0], [-50, 40], [50, 40], [50, -40]], +$cv3 = $zinc->add('curve', $g3, +# [[-50, -40], [0, 0], [-50, 40], [50, 40], [50, -40]], + [-50, -40, 0, 0, -50, 40, 50, 40, 50, -40], -visible => 0, -filled => 1, -fillcolor => "#ffffff:100 0 28|#66848c:100 80|#7192aa:100 100/270" -- cgit v1.1