From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Graphics::Grid::Grob::Zero - Empty grob with minimal size

VERSION

version 0.001

SYNOPSIS

my $grob = Graphics::Grid::Grob::Zero->new();
# or use the function interface
my $grob = zero_grob();

DESCRIPTION

A "zero" grob is even simpler than a "null" grob.

SEE ALSO

Graphics::Grid::Grob

AUTHOR

Stephan Loyd <sloyd@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018-2023 by Stephan Loyd.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.