NAME

Tk::Zinc::Logo - a perl module for drawing the TkZinc logo.

SYNOPSIS

use Tk::Zinc::Logo;
my $zinc = MainWindow->new()->Zinc()->pack;
my $logo = $zinc->ZincLogo([options]);

OPTIONS

-parent => zinc group

Specify the parent group. Default is 1.

-position => [x, y]

Specify the relative position of the logo in its parent group. Default is [0, 0].

-priority => integer

Specify the priority of the logo in its parent group. Default is 500.

-scale => [sx, sy]

Scecify the xscale and yscale factors of the logo. Default is [1, 1].

AUTEUR

Jean-Luc Vinot <vinot@cena.fr>