my ($class, $id) = @_;
my $b = AA::new($class, $id);
$b->DefSet('d', 0);
- $b->DefSet('color', [0, 0, 0]);
+ $b->DefSet('color', [1, 1, 1]);
return $b;
}
$t->DefSet('d', 10);
$t->DefSet('x', 100);
$t->DefSet('y', 100);
- $t->DefSet('color', [1, 1, 1]);
+ $t->DefSet('color', [0, 0, 0]);
$t->DefSet('size', 12);
$t->DefSet('text', '');
return $t;
$v->DefSet('gradient', 0.5);
$v->DefSet('r', 30);
$v->DefSet('rim', 2);
- $v->DefSet('rim-color', [ 1, 1, 1 ]);
+ $v->DefSet('rim-color', [ 0.1, 0, 0.1 ]);
$v->Define('label');
$v->DefSet('label-color', [ 1, 1, 1 ]);
$v->DefSet('label-size', 1.5);