Graphics::Primitive::Paint - A source for drawing on a path


Graphics-Primitive documentation Contained in the Graphics-Primitive distribution.

Index


Code Index:

NAME

Top

Graphics::Primitive::Paint - A source for drawing on a path

DESCRIPTION

Top

Graphics::Primitive::Paint is the base class for paints. A paint is a pattern suitable for use with a Fill op.

AUTHOR

Top

Cory Watson <gphat@cpan.org>

COPYRIGHT & LICENSE

Top


Graphics-Primitive documentation Contained in the Graphics-Primitive distribution.

package Graphics::Primitive::Paint;
use Moose;

__PACKAGE__->meta->make_immutable;

no Moose;
1;