]> mj.ucw.cz Git - anim.git/blobdiff - AA/Gfx.pm
Switch to white background.
[anim.git] / AA / Gfx.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;