NAME
Graphics::Grid::Grob::Zero - Empty grob with minimal size
VERSION
version 0.001
SYNOPSIS
use Graphics::Grid::Grob::Zero;
my $grob = Graphics::Grid::Grob::Zero->new();
# or use the function interface
use Graphics::Grid::Functions qw(:all);
my $grob = zero_grob();
DESCRIPTION
A "zero" grob is even simpler than a "null" grob.
SEE ALSO
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.