]> mj.ucw.cz Git - anim.git/commitdiff
Switch to white background.
authorMartin Mares <mj@ucw.cz>
Mon, 29 Oct 2007 09:10:31 +0000 (10:10 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 29 Oct 2007 09:10:31 +0000 (10:10 +0100)
AA/Gfx.pm
AA/Graph.pm

index f55ed7ee97968a48ac1eea8ba17f5e207503cdbd..829ec399643086f3448c0510f5052861f9226411 100644 (file)
--- a/AA/Gfx.pm
+++ b/AA/Gfx.pm
@@ -6,7 +6,7 @@ sub new($$) {
        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;
 }
 
@@ -29,7 +29,7 @@ sub new($$) {
        $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;
index afd1d6ce3a428107f684fd622189cc442d4b9e35..bb2c72c5e3bf7f7926416fbeff913f2d2d99ddbf 100644 (file)
@@ -11,7 +11,7 @@ sub new($$) {
        $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);