aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sandbox/testzinc.pl5
1 files changed, 4 insertions, 1 deletions
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',