From 38e0a47a89c81212743a9bd89e20c4727a1accac Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 23 Jan 2002 14:47:40 +0000 Subject: *** empty log message *** --- sandbox/testzinc.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sandbox') diff --git a/sandbox/testzinc.pl b/sandbox/testzinc.pl index e94f1f8..20f12f1 100644 --- a/sandbox/testzinc.pl +++ b/sandbox/testzinc.pl @@ -129,12 +129,15 @@ sub create_tracks { -position => [$track->{'x'}, $track->{'y'}], -speedvector => [$track->{'vx'}, $track->{'vy'}], -speedvectorsensitive => 1, + -speedvectorwidth => 5, + -speedvectormark => 1, -labeldistance => 30, -markersize => 20, -historycolor => 'gray30', -filledhistory => 0, -circlehistory => 1, - -labelformat => "x71x50+0+0 x50a0^0^0 x25a0^0>1 a0a0>2>1 x25a0>3>1 a0a0^0>2"); + -labelformat => "x71x50+0+0 x50a0^0^0 x25a0^0>1 a0a0>2>1 x25a0>3>1 a0a0^0>2" + ); $zinc->itemconfigure($item, 0, -filled => 0, -backcolor => 'gray60', -- cgit v1.1