diff options
Diffstat (limited to 'Perl/Zinc/Logo.pm')
-rw-r--r-- | Perl/Zinc/Logo.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Perl/Zinc/Logo.pm b/Perl/Zinc/Logo.pm index 3a787b9..96d827b 100644 --- a/Perl/Zinc/Logo.pm +++ b/Perl/Zinc/Logo.pm @@ -2,10 +2,11 @@ #--------------------------------------------------------------- # # Module : Logo.pm +# $Id$ # -# Copyright (C) 2001 +# Copyright (C) 2001-2003 # Centre d'Études de la Navigation Aérienne -# Authors: Vinot Jean-Luc <vinot@cena.fr> +# Authors: Jean-Luc Vinot <vinot@cena.fr> # #--------------------------------------------------------------- @@ -50,6 +51,7 @@ my %builder = (-gradset => {'logoshape' => '=axial 270 |#ffffff;100 0 28|#66848c -linecolor => '#000000', -priority => 40, -fillrule => 'nonzero', + -tags => ['zinc_shape'], }, }, |