From acae90214892628ced469c4fed5bf2e1d2bd8aef Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 15 Feb 2002 09:29:01 +0000 Subject: *** empty log message *** --- sandbox/triangles.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sandbox/triangles.pl') diff --git a/sandbox/triangles.pl b/sandbox/triangles.pl index 84555b6..23dc1f0 100644 --- a/sandbox/triangles.pl +++ b/sandbox/triangles.pl @@ -54,6 +54,9 @@ $zinc->contour($cv2, 'union', $tri2); $tri3 = $zinc->add('triangles', $view, [150, 150, 50, 50, 150, 50, 300, 50], -colors => ['grey50', 'blue', 'red', 'yellow'], -fan => 1); +$tri4 = $zinc->clone($tri3, -colors => ['grey', 'red']); +$zinc->translate($tri4, 100, 300); + $zinc->contour($cv3, 'union', $tri3); $zinc->translate($tri3, 0, 300); $zinc->translate($cv3, 0, 300); -- cgit v1.1