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

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

Specify the parent group. Default is 1.
Specify the relative position of the logo in its parent group. Default is [0, 0].
Specify the priority of the logo in its parent group. Default is 500.
Scecify the xscale and yscale factors of the logo. Default is [1, 1].

Jean-Luc Vinot <vinot@cena.fr>