NAME
Graphics::Grid::Driver::Cairo - Cairo backend for Graphics::Grid
VERSION
version 0.001
DESCRIPTION
This module draws Graphics::Grid objects using Cairo. It is a subclass of Graphics::Grid::Driver.
ATTRIBUTES
antialias_mode
The antialias mode of this driver. Options are "default"
, "none"
, "gray"
and "subpixel"
.
cairo
This driver's Cairo::Context object.
format
The format for this driver.
Allowed values are "png"
, "svg"
, "pdf"
, "ps"
. Default is "png"
.
surface
The surface on which this driver is operating.
METHODS
data()
Get the data in a scalar for this driver.
write($file)
Write this driver's data to the specified file.
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.